#CED890

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

Shades of Deco #CED890

Tints of Deco #CED890

Color information

#CED890 (or 0xCED890) is unknown color: approx Deco. HEX triplet: CE, D8 and 90. RGB value is (206,216,144). Sum of RGB (Red+Green+Blue) = 206+216+144=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #CED890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED890 is #31276F. Grayscale: #CDCDCD. Windows color (decimal): -3221360 or 9492686. OLE color: 9492686.

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

Color convert

RGB206216144-
CMYK0.0500.330.15
HSL68.33º48%70.59%-
HSV(B)68.33º33.33%84.71%-
XYZ55.0464.2535.89-
YUV204.893.69128.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 216 (84.77% from 255) = 38.16%
BLUE value IS 144 (56.64% from 255) = 25.44%
R=36.40%
G=38.16%
B=25.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161440.0500.330.1568.334870.59
HexCED8905021F443047
Octal31633022050411710460107
Binary1100111011011000100100001010100001111110001001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED890; }

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

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

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

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

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

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

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

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