#CEDE7C

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

Shades of Deco #CEDE7C

Tints of Deco #CEDE7C

Color information

#CEDE7C (or 0xCEDE7C) is unknown color: approx Deco. HEX triplet: CE, DE and 7C. RGB value is (206,222,124). Sum of RGB (Red+Green+Blue) = 206+222+124=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE7C is #312183. Grayscale: #CECECE. Windows color (decimal): -3219844 or 8183502. OLE color: 8183502.

HSL color Cylindrical-coordinate representation of color #CEDE7C: hue angle of 69.8º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEDE7C is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB206222124-
CMYK0.0700.440.13
HSL69.8º59.76%67.84%-
HSV(B)69.8º44.14%87.06%-
XYZ55.2166.8229.06-
YUV206.0481.7127.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 222 (87.11% from 255) = 40.22%
BLUE value IS 124 (48.83% from 255) = 22.46%
R=37.32%
G=40.22%
B=22.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221240.0700.440.1369.859.7667.84
HexCEDE7C702CD463c44
Octal31633617470541510674104
Binary110011101101111011111001110101100110110001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDE7C; }

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

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

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

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

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

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

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

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