#CCCDA0

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

Shades of Green Mist #CCCDA0

Tints of Green Mist #CCCDA0

Color information

#CCCDA0 (or 0xCCCDA0) is unknown color: approx Green Mist. HEX triplet: CC, CD and A0. RGB value is (204,205,160). Sum of RGB (Red+Green+Blue) = 204+205+160=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA0 is #33325F. Grayscale: #C7C7C7. Windows color (decimal): -3355232 or 10538444. OLE color: 10538444.

HSL color Cylindrical-coordinate representation of color #CCCDA0: hue angle of 61.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCCDA0 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB204205160-
CMYK0.0000.220.20
HSL61.33º31.03%71.57%-
HSV(B)61.33º21.95%80.39%-
XYZ53.0859.0441.86-
YUV199.57105.67131.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 160 (62.89% from 255) = 28.12%
R=35.85%
G=36.03%
B=28.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051600.0000.220.2061.3331.0371.57
HexCCCDA00016143d1f48
Octal3143152400026247537110
Binary110011001100110110100000001011010100111101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDA0; }

 p { color: rgb(204,205,160); }

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

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

 a { background-color: rgb(204,205,160); }

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

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

 span { border-color: rgb(204,205,160); }

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