#DBE0C4

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

Shades of Frost #DBE0C4

Tints of Frost #DBE0C4

Color information

#DBE0C4 (or 0xDBE0C4) is unknown color: approx Frost. HEX triplet: DB, E0 and C4. RGB value is (219,224,196). Sum of RGB (Red+Green+Blue) = 219+224+196=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0C4 is #241F3B. Grayscale: #DBDBDB. Windows color (decimal): -2367292 or 12902619. OLE color: 12902619.

HSL color Cylindrical-coordinate representation of color #DBE0C4: hue angle of 70.71º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE0C4 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB219224196-
CMYK0.0200.120.12
HSL70.71º31.11%82.35%-
HSV(B)70.71º12.5%87.84%-
XYZ65.8372.3662.72-
YUV219.31114.84127.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=34.27%
G=35.05%
B=30.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241960.0200.120.1270.7131.1182.35
HexDBE0C420CC471f52
Octal33334030420141410737122
Binary110110111110000011000100100110011001000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0C4; }

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

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

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

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

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

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

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

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