Html Css Color HEX #D9D0EB Fog

📋 copy color: '#D9D0EB'

red 217 ◦ green 208 ◦ blue 235

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

Shades of Fog #D9D0EB

Tints of Fog #D9D0EB

RGB

 RED value IS 217 (85.16% from 255) = 32.88%

 GREEN value IS 208 (81.64% from 255) = 31.52%

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

R = 32.88%
G = 31.52%
B = 35.61%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9D0EB (or 0xD9D0EB) is known color: Fog. HEX triplet: D9, D0 and EB. RGB value is (217,208,235). Sum of RGB (Red+Green+Blue) = 217+208+235=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0EB is #262F14. Grayscale: #D5D5D5. Windows color (decimal): -2502421 or 15454425. OLE color: 15454425.

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

Color convert

RGB 217 208 235 -
CMYK 0.08 0.11 0 0.08
HSL 260º 0.4% 0.87% -
HSV(B) 260º 0.11% 0.92% -
XYZ 66.17 65.86 87.82 -
YUV 213.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 217 208 235 0.08 0.11 0 0.08 260 0.4 0.87
Hex D9 D0 EB 8 B 0 8 104 28 57
Octal 331 320 353 10 13 0 10 404 50 127
Binary 11011001 11010000 11101011 1000 1011 0 1000 100000100 101000 1010111

Color Harmonies of #D9D0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D0EB

Black with #D9D0EB

Text Example


Text Example

White with #D9D0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D0EB; }

 p { color: rgb(217,208,235); }

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

background-color css

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

 a { background-color: rgb(217,208,235); }

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

border-color css

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

 span { border-color: rgb(217,208,235); }

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