#DCF1C6

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

Shades of Frostee #DCF1C6

Tints of Frostee #DCF1C6

Color information

#DCF1C6 (or 0xDCF1C6) is unknown color: approx Frostee. HEX triplet: DC, F1 and C6. RGB value is (220,241,198). Sum of RGB (Red+Green+Blue) = 220+241+198=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 198 (77.73% from 255 or 30.05% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1C6 is #230E39. Grayscale: #E5E5E5. Windows color (decimal): -2297402 or 13038044. OLE color: 13038044.

HSL color Cylindrical-coordinate representation of color #DCF1C6: hue angle of 89.3º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCF1C6 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB220241198-
CMYK0.0900.180.05
HSL89.3º60.56%86.08%-
HSV(B)89.3º17.84%94.51%-
XYZ71.1682.265.54-
YUV229.82110.04121-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 198 (77.73% from 255) = 30.05%
R=33.38%
G=36.57%
B=30.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411980.0900.180.0589.360.5686.08
HexDCF1C690125593d56
Octal33436130611022513175126
Binary110111001111000111000110100101001010110110011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1C6; }

 p { color: rgb(220,241,198); }

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

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

 a { background-color: rgb(220,241,198); }

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

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

 span { border-color: rgb(220,241,198); }

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