#CDD696

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

Shades of Deco #CDD696

Tints of Deco #CDD696

Color information

#CDD696 (or 0xCDD696) is unknown color: approx Deco. HEX triplet: CD, D6 and 96. RGB value is (205,214,150). Sum of RGB (Red+Green+Blue) = 205+214+150=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD696 is #322969. Grayscale: #CCCCCC. Windows color (decimal): -3287402 or 9885389. OLE color: 9885389.

HSL color Cylindrical-coordinate representation of color #CDD696: hue angle of 68.44º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDD696 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB205214150-
CMYK0.0400.300.16
HSL68.44º43.84%71.37%-
HSV(B)68.44º29.91%83.92%-
XYZ54.7363.2738.18-
YUV204.0197.52128.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 150 (58.98% from 255) = 26.36%
R=36.03%
G=37.61%
B=26.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141500.0400.300.1668.4443.8471.37
HexCDD696401E10442c47
Octal31532622640362010454107
Binary1100110111010110100101101000111101000010001001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD696; }

 p { color: rgb(205,214,150); }

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

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

 a { background-color: rgb(205,214,150); }

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

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

 span { border-color: rgb(205,214,150); }

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