#DBEFC4

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

Shades of Frostee #DBEFC4

Tints of Frostee #DBEFC4

Color information

#DBEFC4 (or 0xDBEFC4) is unknown color: approx Frostee. HEX triplet: DB, EF and C4. RGB value is (219,239,196). Sum of RGB (Red+Green+Blue) = 219+239+196=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFC4 is #24103B. Grayscale: #E4E4E4. Windows color (decimal): -2363452 or 12906459. OLE color: 12906459.

HSL color Cylindrical-coordinate representation of color #DBEFC4: hue angle of 87.91º 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 #DBEFC4 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB219239196-
CMYK0.0800.180.06
HSL87.91º57.33%85.29%-
HSV(B)87.91º17.99%93.73%-
XYZ70.0480.7864.12-
YUV228.12109.87121.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 196 (76.95% from 255) = 29.97%
R=33.49%
G=36.54%
B=29.97%

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
Decimal2192391960.0800.180.0687.9157.3385.29
HexDBEFC480126583955
Octal33335730410022613071125
Binary110110111110111111000100100001001011010110001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFC4; }

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

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

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

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

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

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

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

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