#DFEECF

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

Shades of Frostee #DFEECF

Tints of Frostee #DFEECF

Color information

#DFEECF (or 0xDFEECF) is unknown color: approx Frostee. HEX triplet: DF, EE and CF. RGB value is (223,238,207). Sum of RGB (Red+Green+Blue) = 223+238+207=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEECF is #201130. Grayscale: #E6E6E6. Windows color (decimal): -2101553 or 13627103. OLE color: 13627103.

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

Color convert

RGB223238207-
CMYK0.0600.130.07
HSL89.03º47.69%87.25%-
HSV(B)89.03º13.03%93.33%-
XYZ72.2781.3470.92-
YUV229.98115.03123.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=33.38%
G=35.63%
B=30.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232382070.0600.130.0789.0347.6987.25
HexDFEECF60D7593057
Octal3373563176015713160127
Binary1101111111101110110011111100110111110110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEECF; }

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

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

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

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

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

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

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

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