Html Css Color HEX #D6E4CB Frostee

📋 copy color: '#D6E4CB'

red 214 ◦ green 228 ◦ blue 203

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

Shades of Frostee #D6E4CB

Tints of Frostee #D6E4CB

RGB

 RED value IS 214 (83.98% from 255) = 33.18%

 GREEN value IS 228 (89.45% from 255) = 35.35%

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

R = 33.18%
G = 35.35%
B = 31.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#D6E4CB (or 0xD6E4CB) is known color: Frostee. HEX triplet: D6, E4 and CB. RGB value is (214,228,203). Sum of RGB (Red+Green+Blue) = 214+228+203=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E4CB is #291B34. Grayscale: #DDDDDD. Windows color (decimal): -2693941 or 13362390. OLE color: 13362390.

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

Color convert

RGB 214 228 203 -
CMYK 0.06 0 0.11 0.11
HSL 93.6º 0.32% 0.85% -
HSV(B) 93.6º 0.11% 0.89% -
XYZ 66.25 74.09 67.31 -
YUV 220.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 214 228 203 0.06 0 0.11 0.11 93.6 0.32 0.85
Hex D6 E4 CB 6 0 B B 5E 20 55
Octal 326 344 313 6 0 13 13 136 40 125
Binary 11010110 11100100 11001011 110 0 1011 1011 1011110 100000 1010101

Color Harmonies of #D6E4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E4CB

Black with #D6E4CB

Text Example


Text Example

White with #D6E4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E4CB; }

 p { color: rgb(214,228,203); }

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

background-color css

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

 a { background-color: rgb(214,228,203); }

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

border-color css

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

 span { border-color: rgb(214,228,203); }

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