#CED885

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

Shades of Deco #CED885

Tints of Deco #CED885

Color information

#CED885 (or 0xCED885) is unknown color: approx Deco. HEX triplet: CE, D8 and 85. RGB value is (206,216,133). Sum of RGB (Red+Green+Blue) = 206+216+133=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #CED885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED885 is #31277A. Grayscale: #CBCBCB. Windows color (decimal): -3221371 or 8771790. OLE color: 8771790.

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

Color convert

RGB206216133-
CMYK0.0500.380.15
HSL67.23º51.55%68.43%-
HSV(B)67.23º38.43%84.71%-
XYZ54.2463.9331.67-
YUV203.5588.19129.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 216 (84.77% from 255) = 38.92%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=37.12%
G=38.92%
B=23.96%

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
Decimal2062161330.0500.380.1567.2351.5568.43
HexCED8855026F433444
Octal31633020550461710364104
Binary1100111011011000100001011010100110111110000111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED885; }

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

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

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

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

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

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

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

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