#DCEFCB

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

Shades of Frostee #DCEFCB

Tints of Frostee #DCEFCB

Color information

#DCEFCB (or 0xDCEFCB) is unknown color: approx Frostee. HEX triplet: DC, EF and CB. RGB value is (220,239,203). Sum of RGB (Red+Green+Blue) = 220+239+203=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFCB is #231034. Grayscale: #E5E5E5. Windows color (decimal): -2297909 or 13365212. OLE color: 13365212.

HSL color Cylindrical-coordinate representation of color #DCEFCB: hue angle of 91.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCEFCB is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB220239203-
CMYK0.0800.150.06
HSL91.67º52.94%86.67%-
HSV(B)91.67º15.06%93.73%-
XYZ71.1681.2668.43-
YUV229.21113.21121.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 203 (79.69% from 255) = 30.66%
R=33.23%
G=36.10%
B=30.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392030.0800.150.0691.6752.9486.67
HexDCEFCB80F65c3557
Octal33435731310017613465127
Binary11011100111011111100101110000111111010111001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFCB; }

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

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

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

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

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

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

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

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