#DCEBCA

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

Shades of Frostee #DCEBCA

Tints of Frostee #DCEBCA

Color information

#DCEBCA (or 0xDCEBCA) is unknown color: approx Frostee. HEX triplet: DC, EB and CA. RGB value is (220,235,202). Sum of RGB (Red+Green+Blue) = 220+235+202=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBCA is #231435. Grayscale: #E2E2E2. Windows color (decimal): -2298934 or 13298652. OLE color: 13298652.

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

Color convert

RGB220235202-
CMYK0.0600.140.08
HSL87.27º45.21%85.69%-
HSV(B)87.27º14.04%92.16%-
XYZ69.8878.967.42-
YUV226.75114.03123.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=33.49%
G=35.77%
B=30.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352020.0600.140.0887.2745.2185.69
HexDCEBCA60E8572d56
Octal33435331260161012755126
Binary11011100111010111100101011001110100010101111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBCA; }

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

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

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

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

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

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

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

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