#DFECCF

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

Shades of Frostee #DFECCF

Tints of Frostee #DFECCF

Color information

#DFECCF (or 0xDFECCF) is unknown color: approx Frostee. HEX triplet: DF, EC and CF. RGB value is (223,236,207). Sum of RGB (Red+Green+Blue) = 223+236+207=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECCF is #201330. Grayscale: #E4E4E4. Windows color (decimal): -2102065 or 13626591. OLE color: 13626591.

HSL color Cylindrical-coordinate representation of color #DFECCF: hue angle of 86.9º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFECCF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB223236207-
CMYK0.0600.120.07
HSL86.9º43.28%86.86%-
HSV(B)86.9º12.29%92.55%-
XYZ71.6980.1870.73-
YUV228.81115.69123.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 236 (92.58% from 255) = 35.44%
BLUE value IS 207 (81.25% from 255) = 31.08%
R=33.48%
G=35.44%
B=31.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232362070.0600.120.0786.943.2886.86
HexDFECCF60C7572b57
Octal3373543176014712753127
Binary1101111111101100110011111100110011110101111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECCF; }

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

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

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

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

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

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

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

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