#DCEFCE

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

Shades of Frostee #DCEFCE

Tints of Frostee #DCEFCE

Color information

#DCEFCE (or 0xDCEFCE) is unknown color: approx Frostee. HEX triplet: DC, EF and CE. RGB value is (220,239,206). Sum of RGB (Red+Green+Blue) = 220+239+206=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFCE is #231031. Grayscale: #E5E5E5. Windows color (decimal): -2297906 or 13561820. OLE color: 13561820.

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

Color convert

RGB220239206-
CMYK0.0800.140.06
HSL94.55º50.77%87.25%-
HSV(B)94.55º13.81%93.73%-
XYZ71.5281.470.34-
YUV229.56114.71121.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.08%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 206 (80.86% from 255) = 30.98%
R=33.08%
G=35.94%
B=30.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392060.0800.140.0694.5550.7787.25
HexDCEFCE80E65f3357
Octal33435731610016613763127
Binary11011100111011111100111010000111011010111111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFCE; }

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

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

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

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

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

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

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

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