#CED985

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

Shades of Deco #CED985

Tints of Deco #CED985

Color information

#CED985 (or 0xCED985) is unknown color: approx Deco. HEX triplet: CE, D9 and 85. RGB value is (206,217,133). Sum of RGB (Red+Green+Blue) = 206+217+133=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #CED985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED985 is #31267A. Grayscale: #CCCCCC. Windows color (decimal): -3221115 or 8772046. OLE color: 8772046.

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

Color convert

RGB206217133-
CMYK0.0500.390.15
HSL67.86º52.5%68.63%-
HSV(B)67.86º38.71%85.1%-
XYZ54.564.4431.76-
YUV204.1487.86129.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 217 (85.16% from 255) = 39.03%
BLUE value IS 133 (52.34% from 255) = 23.92%
R=37.05%
G=39.03%
B=23.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171330.0500.390.1567.8652.568.63
HexCED9855027F443545
Octal31633120550471710465105
Binary1100111011011001100001011010100111111110001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED985; }

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

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

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

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

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

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

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

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