#DBECCD

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

Shades of Frostee #DBECCD

Tints of Frostee #DBECCD

Color information

#DBECCD (or 0xDBECCD) is unknown color: approx Frostee. HEX triplet: DB, EC and CD. RGB value is (219,236,205). Sum of RGB (Red+Green+Blue) = 219+236+205=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECCD is #241332. Grayscale: #E3E3E3. Windows color (decimal): -2364211 or 13495515. OLE color: 13495515.

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

Color convert

RGB219236205-
CMYK0.0700.130.07
HSL92.9º44.93%86.47%-
HSV(B)92.9º13.14%92.55%-
XYZ70.2379.4669.39-
YUV227.38115.37122.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.18%
GREEN value IS 236 (92.58% from 255) = 35.76%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=33.18%
G=35.76%
B=31.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362050.0700.130.0792.944.9386.47
HexDBECCD70D75d2d56
Octal3333543157015713555126
Binary1101101111101100110011011110110111110111011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECCD; }

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

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

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

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

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

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

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

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