Html Css Color HEX #DDD4EA Fog

📋 copy color: '#DDD4EA'

red 221 ◦ green 212 ◦ blue 234

#DDD4EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #DDD4EA

Tints of Fog #DDD4EA

RGB

 RED value IS 221 (86.72% from 255) = 33.13%

 GREEN value IS 212 (83.2% from 255) = 31.78%

 BLUE value IS 234 (91.8% from 255) = 35.08%

R = 33.13%
G = 31.78%
B = 35.08%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDD4EA (or 0xDDD4EA) is known color: Fog. HEX triplet: DD, D4 and EA. RGB value is (221,212,234). Sum of RGB (Red+Green+Blue) = 221+212+234=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4EA is #222B15. Grayscale: #D9D9D9. Windows color (decimal): -2239254 or 15389917. OLE color: 15389917.

HSL color Cylindrical-coordinate representation of color #DDD4EA: hue angle of 264.55º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD4EA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 212 234 -
CMYK 0.06 0.09 0 0.08
HSL 264.55º 0.34% 0.87% -
HSV(B) 264.55º 0.09% 0.92% -
XYZ 68.21 68.4 87.45 -
YUV 217.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 221 212 234 0.06 0.09 0 0.08 264.55 0.34 0.87
Hex DD D4 EA 6 9 0 8 109 22 57
Octal 335 324 352 6 11 0 10 411 42 127
Binary 11011101 11010100 11101010 110 1001 0 1000 100001001 100010 1010111

Color Harmonies of #DDD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD4EA

Black with #DDD4EA

Text Example


Text Example

White with #DDD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD4EA; }

 p { color: rgb(221,212,234); }

 H1.HeaderClassName
 {
   color: #DDD4EA;
 }
 .AnyTagClassName
 {
   color: #DDD4EA;
 }
</style>

background-color css

<style>
 a { background-color: #DDD4EA; }

 a { background-color: rgb(221,212,234); }

 div.DivClassName
 {
   background-color: #DDD4EA;
 }
 .BgClassName
 {
   background-color: #DDD4EA;
 }
</style>

border-color css

<style>
 span { border-color: #DDD4EA; }

 span { border-color: rgb(221,212,234); }

 td.TdClassName
 {
   border-color: #DDD4EA;
 }
 .TagClassName
 {
   border-color: #DDD4EA;
 }
</style>