#CED893

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

Shades of Deco #CED893

Tints of Deco #CED893

Color information

#CED893 (or 0xCED893) is unknown color: approx Deco. HEX triplet: CE, D8 and 93. RGB value is (206,216,147). Sum of RGB (Red+Green+Blue) = 206+216+147=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #CED893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED893 is #31276C. Grayscale: #CDCDCD. Windows color (decimal): -3221357 or 9689294. OLE color: 9689294.

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

Color convert

RGB206216147-
CMYK0.0500.320.15
HSL68.7º46.94%71.18%-
HSV(B)68.7º31.94%84.71%-
XYZ55.2864.3437.11-
YUV205.1495.19128.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 216 (84.77% from 255) = 37.96%
BLUE value IS 147 (57.81% from 255) = 25.83%
R=36.20%
G=37.96%
B=25.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161470.0500.320.1568.746.9471.18
HexCED8935020F452f47
Octal31633022350401710557107
Binary1100111011011000100100111010100000111110001011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED893; }

 p { color: rgb(206,216,147); }

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

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

 a { background-color: rgb(206,216,147); }

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

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

 span { border-color: rgb(206,216,147); }

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