#CED598

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

Shades of Deco #CED598

Tints of Deco #CED598

Color information

#CED598 (or 0xCED598) is unknown color: approx Deco. HEX triplet: CE, D5 and 98. RGB value is (206,213,152). Sum of RGB (Red+Green+Blue) = 206+213+152=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #CED598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED598 is #312A67. Grayscale: #CCCCCC. Windows color (decimal): -3222120 or 10016206. OLE color: 10016206.

HSL color Cylindrical-coordinate representation of color #CED598: hue angle of 66.89º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CED598 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB206213152-
CMYK0.0300.290.16
HSL66.89º42.07%71.57%-
HSV(B)66.89º28.64%83.53%-
XYZ54.9262.9838.97-
YUV203.9598.68129.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 152 (59.77% from 255) = 26.62%
R=36.08%
G=37.30%
B=26.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062131520.0300.290.1666.8942.0771.57
HexCED598301D10432a48
Octal31632523030352010352110
Binary110011101101010110011000110111011000010000111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED598; }

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

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

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

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

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

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

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

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