#DCF2C4

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

Shades of Frostee #DCF2C4

Tints of Frostee #DCF2C4

Color information

#DCF2C4 (or 0xDCF2C4) is unknown color: approx Frostee. HEX triplet: DC, F2 and C4. RGB value is (220,242,196). Sum of RGB (Red+Green+Blue) = 220+242+196=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2C4 is #230D3B. Grayscale: #E6E6E6. Windows color (decimal): -2297148 or 12907228. OLE color: 12907228.

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

Color convert

RGB220242196-
CMYK0.0900.190.05
HSL88.7º63.89%85.88%-
HSV(B)88.7º19.01%94.9%-
XYZ71.2382.7164.43-
YUV230.18108.71120.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 242 (94.92% from 255) = 36.78%
BLUE value IS 196 (76.95% from 255) = 29.79%
R=33.43%
G=36.78%
B=29.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202421960.0900.190.0588.763.8985.88
HexDCF2C490135594056
Octal334362304110235131100126
Binary1101110011110010110001001001010011101101100110000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2C4; }

 p { color: rgb(220,242,196); }

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

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

 a { background-color: rgb(220,242,196); }

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

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

 span { border-color: rgb(220,242,196); }

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