#CCD394

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

Shades of Deco #CCD394

Tints of Deco #CCD394

Color information

#CCD394 (or 0xCCD394) is unknown color: approx Deco. HEX triplet: CC, D3 and 94. RGB value is (204,211,148). Sum of RGB (Red+Green+Blue) = 204+211+148=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD394 is #332C6B. Grayscale: #C9C9C9. Windows color (decimal): -3353708 or 9753548. OLE color: 9753548.

HSL color Cylindrical-coordinate representation of color #CCD394: hue angle of 66.67º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCD394 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB204211148-
CMYK0.0300.300.17
HSL66.67º41.72%70.39%-
HSV(B)66.67º29.86%82.75%-
XYZ53.5461.5637.08-
YUV201.7397.68129.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 211 (82.81% from 255) = 37.48%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=36.23%
G=37.48%
B=26.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111480.0300.300.1766.6741.7270.39
HexCCD394301E11432a46
Octal31432322430362110352106
Binary110011001101001110010100110111101000110000111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD394; }

 p { color: rgb(204,211,148); }

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

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

 a { background-color: rgb(204,211,148); }

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

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

 span { border-color: rgb(204,211,148); }

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