#DFEBBB

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

Shades of Frost #DFEBBB

Tints of Frost #DFEBBB

Color information

#DFEBBB (or 0xDFEBBB) is unknown color: approx Frost. HEX triplet: DF, EB and BB. RGB value is (223,235,187). Sum of RGB (Red+Green+Blue) = 223+235+187=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBBB is #201444. Grayscale: #E2E2E2. Windows color (decimal): -2102341 or 12315615. OLE color: 12315615.

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

Color convert

RGB223235187-
CMYK0.0500.200.08
HSL75º54.55%82.75%-
HSV(B)75º20.43%92.16%-
XYZ69.1178.6958.56-
YUV225.94106.02125.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 187 (73.44% from 255) = 28.99%
R=34.57%
G=36.43%
B=28.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351870.0500.200.087554.5582.75
HexDFEBBB501484b3753
Octal33735327350241011367123
Binary110111111110101110111011101010100100010010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBBB; }

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

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

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

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

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

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

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

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