Html Css Color HEX #DDD2EF Fog

📋 copy color: '#DDD2EF'

red 221 ◦ green 210 ◦ blue 239

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

Shades of Fog #DDD2EF

Tints of Fog #DDD2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.34%

 BLUE value IS 239 (93.75% from 255) = 35.67%

R = 32.99%
G = 31.34%
B = 35.67%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDD2EF (or 0xDDD2EF) is known color: Fog. HEX triplet: DD, D2 and EF. RGB value is (221,210,239). Sum of RGB (Red+Green+Blue) = 221+210+239=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDD2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2EF is #222D10. Grayscale: #D8D8D8. Windows color (decimal): -2239761 or 15717085. OLE color: 15717085.

HSL color Cylindrical-coordinate representation of color #DDD2EF: hue angle of 262.76º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD2EF is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 210 239 -
CMYK 0.08 0.12 0 0.06
HSL 262.76º 0.48% 0.88% -
HSV(B) 262.76º 0.12% 0.94% -
XYZ 68.45 67.7 91.12 -
YUV 216.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 221 210 239 0.08 0.12 0 0.06 262.76 0.48 0.88
Hex DD D2 EF 8 C 0 6 107 30 58
Octal 335 322 357 10 14 0 6 407 60 130
Binary 11011101 11010010 11101111 1000 1100 0 110 100000111 110000 1011000

Color Harmonies of #DDD2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2EF

Black with #DDD2EF

Text Example


Text Example

White with #DDD2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2EF; }

 p { color: rgb(221,210,239); }

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

background-color css

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

 a { background-color: rgb(221,210,239); }

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

border-color css

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

 span { border-color: rgb(221,210,239); }

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