#DBF1C7

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

Shades of Frostee #DBF1C7

Tints of Frostee #DBF1C7

Color information

#DBF1C7 (or 0xDBF1C7) is unknown color: approx Frostee. HEX triplet: DB, F1 and C7. RGB value is (219,241,199). Sum of RGB (Red+Green+Blue) = 219+241+199=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1C7 is #240E38. Grayscale: #E5E5E5. Windows color (decimal): -2362937 or 13103579. OLE color: 13103579.

HSL color Cylindrical-coordinate representation of color #DBF1C7: hue angle of 91.43º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBF1C7 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB219241199-
CMYK0.0900.170.05
HSL91.43º60%86.27%-
HSV(B)91.43º17.43%94.51%-
XYZ70.9882.0966.14-
YUV229.63110.71120.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.23%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 199 (78.12% from 255) = 30.20%
R=33.23%
G=36.57%
B=30.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192411990.0900.170.0591.436086.27
HexDBF1C7901155b3c56
Octal33336130711021513374126
Binary110110111111000111000111100101000110110110111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1C7; }

 p { color: rgb(219,241,199); }

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

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

 a { background-color: rgb(219,241,199); }

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

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

 span { border-color: rgb(219,241,199); }

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