Html Css Color HEX #D8E5CB Frostee

📋 copy color: '#D8E5CB'

red 216 ◦ green 229 ◦ blue 203

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

Shades of Frostee #D8E5CB

Tints of Frostee #D8E5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.33%

R = 33.33%
G = 35.34%
B = 31.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#D8E5CB (or 0xD8E5CB) is known color: Frostee. HEX triplet: D8, E5 and CB. RGB value is (216,229,203). Sum of RGB (Red+Green+Blue) = 216+229+203=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 229 - color contains mainly: green. Hex color #D8E5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E5CB is #271A34. Grayscale: #DEDEDE. Windows color (decimal): -2562613 or 13362648. OLE color: 13362648.

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

Color convert

RGB 216 229 203 -
CMYK 0.06 0 0.11 0.10
HSL 90º 0.33% 0.85% -
HSV(B) 90º 0.11% 0.9% -
XYZ 67.12 74.95 67.43 -
YUV 222.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 216 229 203 0.06 0 0.11 0.10 90 0.33 0.85
Hex D8 E5 CB 6 0 B A 5A 21 55
Octal 330 345 313 6 0 13 12 132 41 125
Binary 11011000 11100101 11001011 110 0 1011 1010 1011010 100001 1010101

Color Harmonies of #D8E5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E5CB

Black with #D8E5CB

Text Example


Text Example

White with #D8E5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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