#CED98D

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

Shades of Deco #CED98D

Tints of Deco #CED98D

Color information

#CED98D (or 0xCED98D) is unknown color: approx Deco. HEX triplet: CE, D9 and 8D. RGB value is (206,217,141). Sum of RGB (Red+Green+Blue) = 206+217+141=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #CED98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED98D is #312672. Grayscale: #CDCDCD. Windows color (decimal): -3221107 or 9296334. OLE color: 9296334.

HSL color Cylindrical-coordinate representation of color #CED98D: hue angle of 68.68º 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 #CED98D is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB206217141-
CMYK0.0500.350.15
HSL68.68º50%70.2%-
HSV(B)68.68º35.02%85.1%-
XYZ55.0764.6734.78-
YUV205.0591.86128.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 141 (55.47% from 255) = 25%
R=36.52%
G=38.48%
B=25%

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
Decimal2062171410.0500.350.1568.685070.2
HexCED98D5023F453246
Octal31633121550431710562106
Binary1100111011011001100011011010100011111110001011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED98D; }

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

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

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

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

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

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

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

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