#DBECCA

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

Shades of Frostee #DBECCA

Tints of Frostee #DBECCA

Color information

#DBECCA (or 0xDBECCA) is unknown color: approx Frostee. HEX triplet: DB, EC and CA. RGB value is (219,236,202). Sum of RGB (Red+Green+Blue) = 219+236+202=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECCA is #241335. Grayscale: #E3E3E3. Windows color (decimal): -2364214 or 13298907. OLE color: 13298907.

HSL color Cylindrical-coordinate representation of color #DBECCA: hue angle of 90º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBECCA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB219236202-
CMYK0.0700.140.07
HSL90º47.22%85.88%-
HSV(B)90º14.41%92.55%-
XYZ69.8779.3267.5-
YUV227.04113.87122.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.33%
GREEN value IS 236 (92.58% from 255) = 35.92%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=33.33%
G=35.92%
B=30.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362020.0700.140.079047.2285.88
HexDBECCA70E75a2f56
Octal3333543127016713257126
Binary1101101111101100110010101110111011110110101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECCA; }

 p { color: rgb(219,236,202); }

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

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

 a { background-color: rgb(219,236,202); }

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

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

 span { border-color: rgb(219,236,202); }

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