#DCEECB

Color #DCEECB Frostee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frostee #DCEECB

Tints of Frostee #DCEECB

Color information

#DCEECB (or 0xDCEECB) is unknown color: approx Frostee. HEX triplet: DC, EE and CB. RGB value is (220,238,203). Sum of RGB (Red+Green+Blue) = 220+238+203=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEECB is #231134. Grayscale: #E4E4E4. Windows color (decimal): -2298165 or 13364956. OLE color: 13364956.

HSL color Cylindrical-coordinate representation of color #DCEECB: hue angle of 90.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCEECB is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB220238203-
CMYK0.0800.150.07
HSL90.86º50.72%86.47%-
HSV(B)90.86º14.71%93.33%-
XYZ70.8780.6868.34-
YUV228.63113.54121.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 238 (93.36% from 255) = 36.01%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=33.28%
G=36.01%
B=30.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382030.0800.150.0790.8650.7286.47
HexDCEECB80F75b3356
Octal33435631310017713363126
Binary11011100111011101100101110000111111110110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEECB; }

 p { color: rgb(220,238,203); }

 H1.HeaderClassName
 {
   color: #DCEECB;
 }
 .AnyTagClassName
 {
   color: #DCEECB;
 }
</style>
background-color css

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

 a { background-color: rgb(220,238,203); }

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

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

 span { border-color: rgb(220,238,203); }

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