#CEDC7B

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

Shades of Deco #CEDC7B

Tints of Deco #CEDC7B

Color information

#CEDC7B (or 0xCEDC7B) is unknown color: approx Deco. HEX triplet: CE, DC and 7B. RGB value is (206,220,123). Sum of RGB (Red+Green+Blue) = 206+220+123=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC7B is #312384. Grayscale: #CDCDCD. Windows color (decimal): -3220357 or 8117454. OLE color: 8117454.

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

Color convert

RGB206220123-
CMYK0.0600.440.14
HSL68.66º58.08%67.25%-
HSV(B)68.66º44.09%86.27%-
XYZ54.6265.7428.55-
YUV204.7681.86128.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 123 (48.44% from 255) = 22.40%
R=37.52%
G=40.07%
B=22.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201230.0600.440.1468.6658.0867.25
HexCEDC7B602CE453a43
Octal31633417360541610572103
Binary110011101101110011110111100101100111010001011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC7B; }

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

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

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

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

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

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

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

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