#DBEFC5

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

Shades of Frostee #DBEFC5

Tints of Frostee #DBEFC5

Color information

#DBEFC5 (or 0xDBEFC5) is unknown color: approx Frostee. HEX triplet: DB, EF and C5. RGB value is (219,239,197). Sum of RGB (Red+Green+Blue) = 219+239+197=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFC5 is #24103A. Grayscale: #E4E4E4. Windows color (decimal): -2363451 or 12971995. OLE color: 12971995.

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

Color convert

RGB219239197-
CMYK0.0800.180.06
HSL88.57º56.76%85.49%-
HSV(B)88.57º17.57%93.73%-
XYZ70.1680.8264.73-
YUV228.23110.37121.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 197 (77.34% from 255) = 30.08%
R=33.44%
G=36.49%
B=30.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192391970.0800.180.0688.5756.7685.49
HexDBEFC580126593955
Octal33335730510022613171125
Binary110110111110111111000101100001001011010110011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFC5; }

 p { color: rgb(219,239,197); }

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

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

 a { background-color: rgb(219,239,197); }

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

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

 span { border-color: rgb(219,239,197); }

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