#DCEDCF

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

Shades of Frostee #DCEDCF

Tints of Frostee #DCEDCF

Color information

#DCEDCF (or 0xDCEDCF) is unknown color: approx Frostee. HEX triplet: DC, ED and CF. RGB value is (220,237,207). Sum of RGB (Red+Green+Blue) = 220+237+207=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDCF is #231230. Grayscale: #E4E4E4. Windows color (decimal): -2298417 or 13626844. OLE color: 13626844.

HSL color Cylindrical-coordinate representation of color #DCEDCF: hue angle of 94º degrees, saturation: 0.45, 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 #DCEDCF is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB220237207-
CMYK0.0700.130.07
HSL94º45.45%87.06%-
HSV(B)94º12.66%92.94%-
XYZ71.0680.2970.78-
YUV228.5115.87121.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 237 (92.97% from 255) = 35.69%
BLUE value IS 207 (81.25% from 255) = 31.17%
R=33.13%
G=35.69%
B=31.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372070.0700.130.079445.4587.06
HexDCEDCF70D75e2d57
Octal3343553177015713655127
Binary1101110011101101110011111110110111110111101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDCF; }

 p { color: rgb(220,237,207); }

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

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

 a { background-color: rgb(220,237,207); }

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

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

 span { border-color: rgb(220,237,207); }

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