#CED887

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

Shades of Deco #CED887

Tints of Deco #CED887

Color information

#CED887 (or 0xCED887) is unknown color: approx Deco. HEX triplet: CE, D8 and 87. RGB value is (206,216,135). Sum of RGB (Red+Green+Blue) = 206+216+135=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 135 (53.12% from 255 or 24.24% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #CED887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED887 is #312778. Grayscale: #CCCCCC. Windows color (decimal): -3221369 or 8902862. OLE color: 8902862.

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

Color convert

RGB206216135-
CMYK0.0500.380.15
HSL67.41º50.94%68.82%-
HSV(B)67.41º37.5%84.71%-
XYZ54.3863.9832.41-
YUV203.7889.19129.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 216 (84.77% from 255) = 38.78%
BLUE value IS 135 (53.12% from 255) = 24.24%
R=36.98%
G=38.78%
B=24.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161350.0500.380.1567.4150.9468.82
HexCED8875026F433345
Octal31633020750461710363105
Binary1100111011011000100001111010100110111110000111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED887; }

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

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

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

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

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

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

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

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