Color Hex Logo

#dddcf8 Color Hex

#DDDCF8
(221,220,248)
0 Favorites   0 Comments

Color spaces of #dddcf8

RGB 221220248
HSL0.670.670.92
HSV242°11°97°
CMYK 0.110.110.00   0.03
XYZ72.355373.335999.1486
Yxy73.33590.29550.2995
Hunter Lab85.63640.9533-8.6997
CIE-Lab88.60775.6468-13.4948

#dddcf8 color RGB value is (221,220,248).

#dddcf8 hex color red value is 221, green value is 220 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #dddcf8 hue: 0.67 , saturation: 0.67 and the lightness value of dddcf8 is 0.92.

The process color (four color CMYK) of #dddcf8 color hex is 0.11, 0.11, 0.00, 0.03. Web safe color of #dddcf8 is #ccccff. Color #dddcf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 11111000
Octal 335 334 370
Decimal 221 220 248
Hex DD DC F8

RGB Percentages of Color #dddcf8

%32.08
%31.93
%35.99

CMYK Percentages of Color #dddcf8

%11
%11
%0
%3

Triadic Colors of #dddcf8

#dddcf8 #f8dddc #dcf8dd

Analogous Colors of #dddcf8

#dddcf8 #ebdcf8 #dce9f8

Monochromatic Colors of #dddcf8

#dddcf8

Complementary Color

#dddcf8 #f7f8dc

#dddcf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcf8 Color CSS Codes

.mybgcolor {background-color:#dddcf8; } 
.myforecolor {color:#dddcf8; }
.mybordercolor {border:3px solid #dddcf8; }

#dddcf8 Text Font Color

<p style="color:#dddcf8">Text here</p>

This sample text font color is #dddcf8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dddcf8 Background Color

<div style="background-color:#dddcf8">
Div content here</div>

This div background color is #dddcf8


#dddcf8 Border Color

<div style="border:3px solid #dddcf8">
Div here</div>

This div border color is #dddcf8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,220,248, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dddcf8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dddcf8;
  -webkit-box-shadow: 1px 1px 3px 2px #dddcf8;
  box-shadow:         1px 1px 3px 2px #dddcf8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,220,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dddcf8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dddcf8;
  -webkit-box-shadow: 1px 1px 3px 2px #dddcf8;
  box-shadow:         1px 1px 3px 2px #dddcf8;">
Div content here</div>

This div box has shadow with color #dddcf8


Comments

No comments written yet.

Please login to write comment.