#DBEBC7

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

Shades of Frostee #DBEBC7

Tints of Frostee #DBEBC7

Color information

#DBEBC7 (or 0xDBEBC7) is unknown color: approx Frostee. HEX triplet: DB, EB and C7. RGB value is (219,235,199). Sum of RGB (Red+Green+Blue) = 219+235+199=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC7 is #241438. Grayscale: #E2E2E2. Windows color (decimal): -2364473 or 13102043. OLE color: 13102043.

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

Color convert

RGB219235199-
CMYK0.0700.150.08
HSL86.67º47.37%85.1%-
HSV(B)86.67º15.32%92.16%-
XYZ69.2378.665.56-
YUV226.11112.7122.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 199 (78.12% from 255) = 30.47%
R=33.54%
G=35.99%
B=30.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351990.0700.150.0886.6747.3785.1
HexDBEBC770F8572f55
Octal33335330770171012757125
Binary11011011111010111100011111101111100010101111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBC7; }

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

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

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

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

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

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

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

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