#DCEFCA

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

Shades of Frostee #DCEFCA

Tints of Frostee #DCEFCA

Color information

#DCEFCA (or 0xDCEFCA) is unknown color: approx Frostee. HEX triplet: DC, EF and CA. RGB value is (220,239,202). Sum of RGB (Red+Green+Blue) = 220+239+202=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFCA is #231035. Grayscale: #E5E5E5. Windows color (decimal): -2297910 or 13299676. OLE color: 13299676.

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

Color convert

RGB220239202-
CMYK0.0800.150.06
HSL90.81º53.62%86.47%-
HSV(B)90.81º15.48%93.73%-
XYZ71.0481.2167.81-
YUV229.1112.71121.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=33.28%
G=36.16%
B=30.56%

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
Decimal2202392020.0800.150.0690.8153.6286.47
HexDCEFCA80F65b3656
Octal33435731210017613366126
Binary11011100111011111100101010000111111010110111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFCA; }

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

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

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

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

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

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

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

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