#CED895

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

Shades of Deco #CED895

Tints of Deco #CED895

Color information

#CED895 (or 0xCED895) is unknown color: approx Deco. HEX triplet: CE, D8 and 95. RGB value is (206,216,149). Sum of RGB (Red+Green+Blue) = 206+216+149=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #CED895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED895 is #31276A. Grayscale: #CDCDCD. Windows color (decimal): -3221355 or 9820366. OLE color: 9820366.

HSL color Cylindrical-coordinate representation of color #CED895: hue angle of 68.96º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CED895 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB206216149-
CMYK0.0500.310.15
HSL68.96º46.21%71.57%-
HSV(B)68.96º31.02%84.71%-
XYZ55.4364.437.94-
YUV205.3796.19128.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=36.08%
G=37.83%
B=26.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161490.0500.310.1568.9646.2171.57
HexCED895501FF452e48
Octal31633022550371710556110
Binary110011101101100010010101101011111111110001011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED895; }

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

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

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

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

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

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

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

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