Html Css Color HEX #D8DBC9 Frost

📋 copy color: '#D8DBC9'

red 216 ◦ green 219 ◦ blue 201

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

Shades of Frost #D8DBC9

Tints of Frost #D8DBC9

RGB

 RED value IS 216 (84.77% from 255) = 33.96%

 GREEN value IS 219 (85.94% from 255) = 34.43%

 BLUE value IS 201 (78.91% from 255) = 31.6%

R = 33.96%
G = 34.43%
B = 31.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D8DBC9 (or 0xD8DBC9) is known color: Frost. HEX triplet: D8, DB and C9. RGB value is (216,219,201). Sum of RGB (Red+Green+Blue) = 216+219+201=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBC9 is #272436. Grayscale: #D8D8D8. Windows color (decimal): -2565175 or 13229016. OLE color: 13229016.

HSL color Cylindrical-coordinate representation of color #D8DBC9: hue angle of 70º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8DBC9 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 219 201 -
CMYK 0.01 0 0.08 0.14
HSL 70º 0.2% 0.82% -
HSV(B) 70º 0.08% 0.86% -
XYZ 64.19 69.48 65.29 -
YUV 216.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 216 219 201 0.01 0 0.08 0.14 70 0.2 0.82
Hex D8 DB C9 1 0 8 E 46 14 52
Octal 330 333 311 1 0 10 16 106 24 122
Binary 11011000 11011011 11001001 1 0 1000 1110 1000110 10100 1010010

Color Harmonies of #D8DBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DBC9

Black with #D8DBC9

Text Example


Text Example

White with #D8DBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DBC9; }

 p { color: rgb(216,219,201); }

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

background-color css

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

 a { background-color: rgb(216,219,201); }

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

border-color css

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

 span { border-color: rgb(216,219,201); }

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