#CED597

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

Shades of Deco #CED597

Tints of Deco #CED597

Color information

#CED597 (or 0xCED597) is unknown color: approx Deco. HEX triplet: CE, D5 and 97. RGB value is (206,213,151). Sum of RGB (Red+Green+Blue) = 206+213+151=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #CED597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED597 is #312A68. Grayscale: #CCCCCC. Windows color (decimal): -3222121 or 9950670. OLE color: 9950670.

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

Color convert

RGB206213151-
CMYK0.0300.290.16
HSL66.77º42.47%71.37%-
HSV(B)66.77º29.11%83.53%-
XYZ54.8362.9438.54-
YUV203.8498.18129.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 151 (59.38% from 255) = 26.49%
R=36.14%
G=37.37%
B=26.49%

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
Decimal2062131510.0300.290.1666.7742.4771.37
HexCED597301D10432a47
Octal31632522730352010352107
Binary110011101101010110010111110111011000010000111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED597; }

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

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

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

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

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

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

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

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