#CED798

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

Shades of Deco #CED798

Tints of Deco #CED798

Color information

#CED798 (or 0xCED798) is unknown color: approx Deco. HEX triplet: CE, D7 and 98. RGB value is (206,215,152). Sum of RGB (Red+Green+Blue) = 206+215+152=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #CED798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED798 is #312867. Grayscale: #CDCDCD. Windows color (decimal): -3221608 or 10016718. OLE color: 10016718.

HSL color Cylindrical-coordinate representation of color #CED798: hue angle of 68.57º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CED798 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB206215152-
CMYK0.0400.290.16
HSL68.57º44.06%71.96%-
HSV(B)68.57º29.3%84.31%-
XYZ55.4263.9939.14-
YUV205.1398.02128.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=35.95%
G=37.52%
B=26.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151520.0400.290.1668.5744.0671.96
HexCED798401D10452c48
Octal31632723040352010554110
Binary1100111011010111100110001000111011000010001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED798; }

 p { color: rgb(206,215,152); }

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

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

 a { background-color: rgb(206,215,152); }

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

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

 span { border-color: rgb(206,215,152); }

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