#DFEBBE

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

Shades of Frost #DFEBBE

Tints of Frost #DFEBBE

Color information

#DFEBBE (or 0xDFEBBE) is unknown color: approx Frost. HEX triplet: DF, EB and BE. RGB value is (223,235,190). Sum of RGB (Red+Green+Blue) = 223+235+190=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBBE is #201441. Grayscale: #E2E2E2. Windows color (decimal): -2102338 or 12512223. OLE color: 12512223.

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

Color convert

RGB223235190-
CMYK0.0500.190.08
HSL76º52.94%83.33%-
HSV(B)76º19.15%92.16%-
XYZ69.4378.8260.27-
YUV226.28107.52125.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 190 (74.61% from 255) = 29.32%
R=34.41%
G=36.27%
B=29.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351900.0500.190.087652.9483.33
HexDFEBBE501384c3553
Octal33735327650231011465123
Binary110111111110101110111110101010011100010011001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBBE; }

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

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

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

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

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

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

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

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