Html Css Color HEX #D8DBC8 Frost

📋 copy color: '#D8DBC8'

red 216 ◦ green 219 ◦ blue 200

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

Shades of Frost #D8DBC8

Tints of Frost #D8DBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.5%

R = 34.02%
G = 34.49%
B = 31.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#D8DBC8 (or 0xD8DBC8) is known color: Frost. HEX triplet: D8, DB and C8. RGB value is (216,219,200). Sum of RGB (Red+Green+Blue) = 216+219+200=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBC8 is #272437. Grayscale: #D8D8D8. Windows color (decimal): -2565176 or 13163480. OLE color: 13163480.

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

Color convert

RGB 216 219 200 -
CMYK 0.01 0 0.09 0.14
HSL 69.47º 0.21% 0.82% -
HSV(B) 69.47º 0.09% 0.86% -
XYZ 64.08 69.43 64.67 -
YUV 215.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 216 219 200 0.01 0 0.09 0.14 69.47 0.21 0.82
Hex D8 DB C8 1 0 9 E 45 15 52
Octal 330 333 310 1 0 11 16 105 25 122
Binary 11011000 11011011 11001000 1 0 1001 1110 1000101 10101 1010010

Color Harmonies of #D8DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DBC8

Black with #D8DBC8

Text Example


Text Example

White with #D8DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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