#DBEEC3

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

Shades of Frostee #DBEEC3

Tints of Frostee #DBEEC3

Color information

#DBEEC3 (or 0xDBEEC3) is unknown color: approx Frostee. HEX triplet: DB, EE and C3. RGB value is (219,238,195). Sum of RGB (Red+Green+Blue) = 219+238+195=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEC3 is #24113C. Grayscale: #E3E3E3. Windows color (decimal): -2363709 or 12840667. OLE color: 12840667.

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

Color convert

RGB219238195-
CMYK0.0800.180.07
HSL86.51º55.84%84.9%-
HSV(B)86.51º18.07%93.33%-
XYZ69.6480.1563.43-
YUV227.42109.71122-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 195 (76.56% from 255) = 29.91%
R=33.59%
G=36.50%
B=29.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192381950.0800.180.0786.5155.8484.9
HexDBEEC380127573855
Octal33335630310022712770125
Binary110110111110111011000011100001001011110101111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEC3; }

 p { color: rgb(219,238,195); }

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

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

 a { background-color: rgb(219,238,195); }

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

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

 span { border-color: rgb(219,238,195); }

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