#CCD884

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

Shades of Deco #CCD884

Tints of Deco #CCD884

Color information

#CCD884 (or 0xCCD884) is unknown color: approx Deco. HEX triplet: CC, D8 and 84. RGB value is (204,216,132). Sum of RGB (Red+Green+Blue) = 204+216+132=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD884 is #33277B. Grayscale: #CBCBCB. Windows color (decimal): -3352444 or 8706252. OLE color: 8706252.

HSL color Cylindrical-coordinate representation of color #CCD884: hue angle of 68.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD884 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB204216132-
CMYK0.0600.390.15
HSL68.57º51.85%68.24%-
HSV(B)68.57º38.89%84.71%-
XYZ53.6263.6231.28-
YUV202.8488.02128.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 216 (84.77% from 255) = 39.13%
BLUE value IS 132 (51.95% from 255) = 23.91%
R=36.96%
G=39.13%
B=23.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161320.0600.390.1568.5751.8568.24
HexCCD8846027F453444
Octal31433020460471710564104
Binary1100110011011000100001001100100111111110001011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD884; }

 p { color: rgb(204,216,132); }

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

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

 a { background-color: rgb(204,216,132); }

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

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

 span { border-color: rgb(204,216,132); }

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