#DFECBD

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

Shades of Frost #DFECBD

Tints of Frost #DFECBD

Color information

#DFECBD (or 0xDFECBD) is unknown color: approx Frost. HEX triplet: DF, EC and BD. RGB value is (223,236,189). Sum of RGB (Red+Green+Blue) = 223+236+189=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECBD is #201342. Grayscale: #E2E2E2. Windows color (decimal): -2102083 or 12446943. OLE color: 12446943.

HSL color Cylindrical-coordinate representation of color #DFECBD: hue angle of 76.6º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFECBD is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB223236189-
CMYK0.0600.200.07
HSL76.6º55.29%83.33%-
HSV(B)76.6º19.92%92.55%-
XYZ69.6179.3559.79-
YUV226.75106.69125.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 189 (74.22% from 255) = 29.17%
R=34.41%
G=36.42%
B=29.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232361890.0600.200.0776.655.2983.33
HexDFECBD601474d3753
Octal3373542756024711567123
Binary11011111111011001011110111001010011110011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECBD; }

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

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

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

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

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

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

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

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