Html Css Color HEX #DDD6EB Fog

📋 copy color: '#DDD6EB'

red 221 ◦ green 214 ◦ blue 235

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

Shades of Fog #DDD6EB

Tints of Fog #DDD6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.07%

R = 32.99%
G = 31.94%
B = 35.07%

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

#DDD6EB (or 0xDDD6EB) is known color: Fog. HEX triplet: DD, D6 and EB. RGB value is (221,214,235). Sum of RGB (Red+Green+Blue) = 221+214+235=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6EB is #222914. Grayscale: #DADADA. Windows color (decimal): -2238741 or 15455965. OLE color: 15455965.

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

Color convert

RGB 221 214 235 -
CMYK 0.06 0.09 0 0.08
HSL 260º 0.34% 0.88% -
HSV(B) 260º 0.09% 0.92% -
XYZ 68.86 69.46 88.38 -
YUV 218.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 221 214 235 0.06 0.09 0 0.08 260 0.34 0.88
Hex DD D6 EB 6 9 0 8 104 22 58
Octal 335 326 353 6 11 0 10 404 42 130
Binary 11011101 11010110 11101011 110 1001 0 1000 100000100 100010 1011000

Color Harmonies of #DDD6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6EB

Black with #DDD6EB

Text Example


Text Example

White with #DDD6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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