#CED595

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

Shades of Deco #CED595

Tints of Deco #CED595

Color information

#CED595 (or 0xCED595) is unknown color: approx Deco. HEX triplet: CE, D5 and 95. RGB value is (206,213,149). Sum of RGB (Red+Green+Blue) = 206+213+149=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #CED595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED595 is #312A6A. Grayscale: #CBCBCB. Windows color (decimal): -3222123 or 9819598. OLE color: 9819598.

HSL color Cylindrical-coordinate representation of color #CED595: hue angle of 66.56º degrees, saturation: 0.43, 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 #CED595 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB206213149-
CMYK0.0300.300.16
HSL66.56º43.24%70.98%-
HSV(B)66.56º30.05%83.53%-
XYZ54.6762.8837.69-
YUV203.6197.18129.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.27%
GREEN value IS 213 (83.59% from 255) = 37.5%
BLUE value IS 149 (58.59% from 255) = 26.23%
R=36.27%
G=37.5%
B=26.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062131490.0300.300.1666.5643.2470.98
HexCED595301E10432b47
Octal31632522530362010353107
Binary110011101101010110010101110111101000010000111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED595; }

 p { color: rgb(206,213,149); }

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

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

 a { background-color: rgb(206,213,149); }

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

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

 span { border-color: rgb(206,213,149); }

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