#CEDC7D

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

Shades of Deco #CEDC7D

Tints of Deco #CEDC7D

Color information

#CEDC7D (or 0xCEDC7D) is unknown color: approx Deco. HEX triplet: CE, DC and 7D. RGB value is (206,220,125). Sum of RGB (Red+Green+Blue) = 206+220+125=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC7D is #312382. Grayscale: #CDCDCD. Windows color (decimal): -3220355 or 8248526. OLE color: 8248526.

HSL color Cylindrical-coordinate representation of color #CEDC7D: hue angle of 68.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEDC7D is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB206220125-
CMYK0.0600.430.14
HSL68.84º57.58%67.65%-
HSV(B)68.84º43.18%86.27%-
XYZ54.7565.7929.22-
YUV204.9882.86128.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=37.39%
G=39.93%
B=22.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201250.0600.430.1468.8457.5867.65
HexCEDC7D602BE453a44
Octal31633417560531610572104
Binary110011101101110011111011100101011111010001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC7D; }

 p { color: rgb(206,220,125); }

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

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

 a { background-color: rgb(206,220,125); }

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

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

 span { border-color: rgb(206,220,125); }

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