#DFEBBA

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

Shades of Frost #DFEBBA

Tints of Frost #DFEBBA

Color information

#DFEBBA (or 0xDFEBBA) is unknown color: approx Frost. HEX triplet: DF, EB and BA. RGB value is (223,235,186). Sum of RGB (Red+Green+Blue) = 223+235+186=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBBA is #201445. Grayscale: #E2E2E2. Windows color (decimal): -2102342 or 12250079. OLE color: 12250079.

HSL color Cylindrical-coordinate representation of color #DFEBBA: hue angle of 74.69º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFEBBA is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB223235186-
CMYK0.0500.210.08
HSL74.69º55.06%82.55%-
HSV(B)74.69º20.85%92.16%-
XYZ6978.6558-
YUV225.83105.52125.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 186 (73.05% from 255) = 28.88%
R=34.63%
G=36.49%
B=28.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351860.0500.210.0874.6955.0682.55
HexDFEBBA501584b3753
Octal33735327250251011367123
Binary110111111110101110111010101010101100010010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBBA; }

 p { color: rgb(223,235,186); }

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

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

 a { background-color: rgb(223,235,186); }

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

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

 span { border-color: rgb(223,235,186); }

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