#CED995

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

Shades of Deco #CED995

Tints of Deco #CED995

Color information

#CED995 (or 0xCED995) is unknown color: approx Deco. HEX triplet: CE, D9 and 95. RGB value is (206,217,149). Sum of RGB (Red+Green+Blue) = 206+217+149=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #CED995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED995 is #31266A. Grayscale: #CECECE. Windows color (decimal): -3221099 or 9820622. OLE color: 9820622.

HSL color Cylindrical-coordinate representation of color #CED995: hue angle of 69.71º degrees, saturation: 0.47, 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 #CED995 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB206217149-
CMYK0.0500.310.15
HSL69.71º47.22%71.76%-
HSV(B)69.71º31.34%85.1%-
XYZ55.6964.9238.03-
YUV205.9695.86128.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=36.01%
G=37.94%
B=26.05%

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
Decimal2062171490.0500.310.1569.7147.2271.76
HexCED995501FF462f48
Octal31633122550371710657110
Binary110011101101100110010101101011111111110001101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED995; }

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

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

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

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

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

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

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

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