#CED98C

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

Shades of Deco #CED98C

Tints of Deco #CED98C

Color information

#CED98C (or 0xCED98C) is unknown color: approx Deco. HEX triplet: CE, D9 and 8C. RGB value is (206,217,140). Sum of RGB (Red+Green+Blue) = 206+217+140=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 217 - color contains mainly: green. Hex color #CED98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED98C is #312673. Grayscale: #CDCDCD. Windows color (decimal): -3221108 or 9230798. OLE color: 9230798.

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

Color convert

RGB206217140-
CMYK0.0500.350.15
HSL68.57º50.33%70%-
HSV(B)68.57º35.48%85.1%-
XYZ5564.6434.39-
YUV204.9391.36128.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 217 (85.16% from 255) = 38.54%
BLUE value IS 140 (55.08% from 255) = 24.87%
R=36.59%
G=38.54%
B=24.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171400.0500.350.1568.5750.3370
HexCED98C5023F453246
Octal31633121450431710562106
Binary1100111011011001100011001010100011111110001011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED98C; }

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

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

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

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

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

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

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

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