#CCCD8E

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

Shades of Deco #CCCD8E

Tints of Deco #CCCD8E

Color information

#CCCD8E (or 0xCCCD8E) is unknown color: approx Deco. HEX triplet: CC, CD and 8E. RGB value is (204,205,142). Sum of RGB (Red+Green+Blue) = 204+205+142=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCD8E is #333271. Grayscale: #C5C5C5. Windows color (decimal): -3355250 or 9358796. OLE color: 9358796.

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

Color convert

RGB204205142-
CMYK0.0000.310.20
HSL60.95º38.65%68.04%-
HSV(B)60.95º30.73%80.39%-
XYZ51.6258.4534.15-
YUV197.5296.67132.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 142 (55.86% from 255) = 25.77%
R=37.02%
G=37.21%
B=25.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051420.0000.310.2060.9538.6568.04
HexCCCD8E001F143d2744
Octal3143152160037247547104
Binary1100110011001101100011100011111101001111011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD8E; }

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

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

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

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

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

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

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

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