Html Css Color HEX #D8E8CB Frostee

📋 copy color: '#D8E8CB'

red 216 ◦ green 232 ◦ blue 203

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

Shades of Frostee #D8E8CB

Tints of Frostee #D8E8CB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.64%

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

R = 33.18%
G = 35.64%
B = 31.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#D8E8CB (or 0xD8E8CB) is known color: Frostee. HEX triplet: D8, E8 and CB. RGB value is (216,232,203). Sum of RGB (Red+Green+Blue) = 216+232+203=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E8CB is #271734. Grayscale: #E0E0E0. Windows color (decimal): -2561845 or 13363416. OLE color: 13363416.

HSL color Cylindrical-coordinate representation of color #D8E8CB: hue angle of 93.1º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8E8CB is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 216 232 203 -
CMYK 0.07 0 0.12 0.09
HSL 93.1º 0.39% 0.85% -
HSV(B) 93.1º 0.13% 0.91% -
XYZ 67.96 76.62 67.71 -
YUV 223.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 216 232 203 0.07 0 0.12 0.09 93.1 0.39 0.85
Hex D8 E8 CB 7 0 C 9 5D 27 55
Octal 330 350 313 7 0 14 11 135 47 125
Binary 11011000 11101000 11001011 111 0 1100 1001 1011101 100111 1010101

Color Harmonies of #D8E8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E8CB

Black with #D8E8CB

Text Example


Text Example

White with #D8E8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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