#DCEBCD

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

Shades of Frostee #DCEBCD

Tints of Frostee #DCEBCD

Color information

#DCEBCD (or 0xDCEBCD) is unknown color: approx Frostee. HEX triplet: DC, EB and CD. RGB value is (220,235,205). Sum of RGB (Red+Green+Blue) = 220+235+205=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBCD is #231432. Grayscale: #E3E3E3. Windows color (decimal): -2298931 or 13495260. OLE color: 13495260.

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

Color convert

RGB220235205-
CMYK0.0600.130.08
HSL90º42.86%86.27%-
HSV(B)90º12.77%92.16%-
XYZ70.2479.0469.31-
YUV227.1115.53122.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 235 (92.19% from 255) = 35.61%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=33.33%
G=35.61%
B=31.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352050.0600.130.089042.8686.27
HexDCEBCD60D85a2b56
Octal33435331560151013253126
Binary11011100111010111100110111001101100010110101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBCD; }

 p { color: rgb(220,235,205); }

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

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

 a { background-color: rgb(220,235,205); }

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

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

 span { border-color: rgb(220,235,205); }

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