Html Css Color HEX #D8E5CF Frostee

📋 copy color: '#D8E5CF'

red 216 ◦ green 229 ◦ blue 207

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

Shades of Frostee #D8E5CF

Tints of Frostee #D8E5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.12%

 BLUE value IS 207 (81.25% from 255) = 31.75%

R = 33.13%
G = 35.12%
B = 31.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#D8E5CF (or 0xD8E5CF) is known color: Frostee. HEX triplet: D8, E5 and CF. RGB value is (216,229,207). Sum of RGB (Red+Green+Blue) = 216+229+207=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #D8E5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E5CF is #271A30. Grayscale: #DEDEDE. Windows color (decimal): -2562609 or 13624792. OLE color: 13624792.

HSL color Cylindrical-coordinate representation of color #D8E5CF: hue angle of 95.45º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8E5CF is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 229 207 -
CMYK 0.06 0 0.10 0.10
HSL 95.45º 0.3% 0.85% -
HSV(B) 95.45º 0.1% 0.9% -
XYZ 67.6 75.14 69.97 -
YUV 222.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 216 229 207 0.06 0 0.10 0.10 95.45 0.3 0.85
Hex D8 E5 CF 6 0 A A 5F 1E 55
Octal 330 345 317 6 0 12 12 137 36 125
Binary 11011000 11100101 11001111 110 0 1010 1010 1011111 11110 1010101

Color Harmonies of #D8E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E5CF

Black with #D8E5CF

Text Example


Text Example

White with #D8E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E5CF; }

 p { color: rgb(216,229,207); }

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

background-color css

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

 a { background-color: rgb(216,229,207); }

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

border-color css

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

 span { border-color: rgb(216,229,207); }

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