Html Css Color HEX #D9C8E5 Fog

📋 copy color: '#D9C8E5'

red 217 ◦ green 200 ◦ blue 229

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

Shades of Fog #D9C8E5

Tints of Fog #D9C8E5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.96%

 BLUE value IS 229 (89.84% from 255) = 35.45%

R = 33.59%
G = 30.96%
B = 35.45%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D9C8E5 (or 0xD9C8E5) is known color: Fog. HEX triplet: D9, C8 and E5. RGB value is (217,200,229). Sum of RGB (Red+Green+Blue) = 217+200+229=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9C8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8E5 is #26371A. Grayscale: #D0D0D0. Windows color (decimal): -2504475 or 15059161. OLE color: 15059161.

HSL color Cylindrical-coordinate representation of color #D9C8E5: hue angle of 275.17º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C8E5 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 200 229 -
CMYK 0.05 0.13 0 0.10
HSL 275.17º 0.36% 0.84% -
HSV(B) 275.17º 0.13% 0.9% -
XYZ 63.41 61.72 82.7 -
YUV 208.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 217 200 229 0.05 0.13 0 0.10 275.17 0.36 0.84
Hex D9 C8 E5 5 D 0 A 113 24 54
Octal 331 310 345 5 15 0 12 423 44 124
Binary 11011001 11001000 11100101 101 1101 0 1010 100010011 100100 1010100

Color Harmonies of #D9C8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C8E5

Black with #D9C8E5

Text Example


Text Example

White with #D9C8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C8E5; }

 p { color: rgb(217,200,229); }

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

background-color css

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

 a { background-color: rgb(217,200,229); }

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

border-color css

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

 span { border-color: rgb(217,200,229); }

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