#CED97E

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

Shades of Deco #CED97E

Tints of Deco #CED97E

Color information

#CED97E (or 0xCED97E) is unknown color: approx Deco. HEX triplet: CE, D9 and 7E. RGB value is (206,217,126). Sum of RGB (Red+Green+Blue) = 206+217+126=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #CED97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED97E is #312681. Grayscale: #CBCBCB. Windows color (decimal): -3221122 or 8313294. OLE color: 8313294.

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

Color convert

RGB206217126-
CMYK0.0500.420.15
HSL67.25º54.49%67.25%-
HSV(B)67.25º41.94%85.1%-
XYZ54.0364.2529.29-
YUV203.3484.36129.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 126 (49.61% from 255) = 22.95%
R=37.52%
G=39.53%
B=22.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171260.0500.420.1567.2554.4967.25
HexCED97E502AF433643
Octal31633117650521710366103
Binary110011101101100111111101010101010111110000111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED97E; }

 p { color: rgb(206,217,126); }

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

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

 a { background-color: rgb(206,217,126); }

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

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

 span { border-color: rgb(206,217,126); }

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