#CDD494

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

Shades of Deco #CDD494

Tints of Deco #CDD494

Color information

#CDD494 (or 0xCDD494) is unknown color: approx Deco. HEX triplet: CD, D4 and 94. RGB value is (205,212,148). Sum of RGB (Red+Green+Blue) = 205+212+148=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD494 is #322B6B. Grayscale: #CACACA. Windows color (decimal): -3287916 or 9753805. OLE color: 9753805.

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

Color convert

RGB205212148-
CMYK0.0300.300.17
HSL66.56º42.67%70.59%-
HSV(B)66.56º30.19%83.14%-
XYZ54.0762.237.17-
YUV202.6197.18129.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 212 (83.20% from 255) = 37.52%
BLUE value IS 148 (58.20% from 255) = 26.19%
R=36.28%
G=37.52%
B=26.19%

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
Decimal2052121480.0300.300.1766.5642.6770.59
HexCDD494301E11432b47
Octal31532422430362110353107
Binary110011011101010010010100110111101000110000111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD494; }

 p { color: rgb(205,212,148); }

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

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

 a { background-color: rgb(205,212,148); }

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

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

 span { border-color: rgb(205,212,148); }

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