#CEDE86

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

Shades of Deco #CEDE86

Tints of Deco #CEDE86

Color information

#CEDE86 (or 0xCEDE86) is unknown color: approx Deco. HEX triplet: CE, DE and 86. RGB value is (206,222,134). Sum of RGB (Red+Green+Blue) = 206+222+134=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDE86 is #312179. Grayscale: #CFCFCF. Windows color (decimal): -3219834 or 8838862. OLE color: 8838862.

HSL color Cylindrical-coordinate representation of color #CEDE86: hue angle of 70.91º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEDE86 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB206222134-
CMYK0.0700.400.13
HSL70.91º57.14%69.8%-
HSV(B)70.91º39.64%87.06%-
XYZ55.8867.0932.56-
YUV207.1886.7127.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 134 (52.73% from 255) = 23.84%
R=36.65%
G=39.50%
B=23.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221340.0700.400.1370.9157.1469.8
HexCEDE867028D473946
Octal31633620670501510771106
Binary1100111011011110100001101110101000110110001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDE86; }

 p { color: rgb(206,222,134); }

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

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

 a { background-color: rgb(206,222,134); }

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

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

 span { border-color: rgb(206,222,134); }

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