Html Css Color HEX #DDD6EC Fog

📋 copy color: '#DDD6EC'

red 221 ◦ green 214 ◦ blue 236

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

Shades of Fog #DDD6EC

Tints of Fog #DDD6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.89%

 BLUE value IS 236 (92.58% from 255) = 35.17%

R = 32.94%
G = 31.89%
B = 35.17%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDD6EC (or 0xDDD6EC) is known color: Fog. HEX triplet: DD, D6 and EC. RGB value is (221,214,236). Sum of RGB (Red+Green+Blue) = 221+214+236=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6EC is #222913. Grayscale: #DADADA. Windows color (decimal): -2238740 or 15521501. OLE color: 15521501.

HSL color Cylindrical-coordinate representation of color #DDD6EC: hue angle of 259.09º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD6EC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 214 236 -
CMYK 0.06 0.09 0 0.07
HSL 259.09º 0.37% 0.88% -
HSV(B) 259.09º 0.09% 0.93% -
XYZ 69.01 69.52 89.14 -
YUV 218.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 221 214 236 0.06 0.09 0 0.07 259.09 0.37 0.88
Hex DD D6 EC 6 9 0 7 103 25 58
Octal 335 326 354 6 11 0 7 403 45 130
Binary 11011101 11010110 11101100 110 1001 0 111 100000011 100101 1011000

Color Harmonies of #DDD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6EC

Black with #DDD6EC

Text Example


Text Example

White with #DDD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6EC; }

 p { color: rgb(221,214,236); }

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

background-color css

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

 a { background-color: rgb(221,214,236); }

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

border-color css

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

 span { border-color: rgb(221,214,236); }

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