#DFE2BD

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

Shades of Frost #DFE2BD

Tints of Frost #DFE2BD

Color information

#DFE2BD (or 0xDFE2BD) is unknown color: approx Frost. HEX triplet: DF, E2 and BD. RGB value is (223,226,189). Sum of RGB (Red+Green+Blue) = 223+226+189=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2BD is #201D42. Grayscale: #DDDDDD. Windows color (decimal): -2104643 or 12444383. OLE color: 12444383.

HSL color Cylindrical-coordinate representation of color #DFE2BD: hue angle of 64.86º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFE2BD is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB223226189-
CMYK0.0100.160.11
HSL64.86º38.95%81.37%-
HSV(B)64.86º16.37%88.63%-
XYZ66.8173.7558.86-
YUV220.88110.01129.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 226 (88.67% from 255) = 35.42%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=34.95%
G=35.42%
B=29.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232261890.0100.160.1164.8638.9581.37
HexDFE2BD1010B412751
Octal33734227510201310147121
Binary1101111111100010101111011010000101110000011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2BD; }

 p { color: rgb(223,226,189); }

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

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

 a { background-color: rgb(223,226,189); }

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

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

 span { border-color: rgb(223,226,189); }

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