#CCCDA1

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

Shades of Green Mist #CCCDA1

Tints of Green Mist #CCCDA1

Color information

#CCCDA1 (or 0xCCCDA1) is unknown color: approx Green Mist. HEX triplet: CC, CD and A1. RGB value is (204,205,161). Sum of RGB (Red+Green+Blue) = 204+205+161=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA1 is #33325E. Grayscale: #C7C7C7. Windows color (decimal): -3355231 or 10603980. OLE color: 10603980.

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

Color convert

RGB204205161-
CMYK0.0000.210.20
HSL61.36º30.56%71.76%-
HSV(B)61.36º21.46%80.39%-
XYZ53.1759.0742.32-
YUV199.68106.17131.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 161 (63.28% from 255) = 28.25%
R=35.79%
G=35.96%
B=28.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051610.0000.210.2061.3630.5671.76
HexCCCDA10015143d1f48
Octal3143152410025247537110
Binary110011001100110110100001001010110100111101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDA1; }

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

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

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

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

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

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

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

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