#CED293

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

Shades of Deco #CED293

Tints of Deco #CED293

Color information

#CED293 (or 0xCED293) is unknown color: approx Deco. HEX triplet: CE, D2 and 93. RGB value is (206,210,147). Sum of RGB (Red+Green+Blue) = 206+210+147=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #CED293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED293 is #312D6C. Grayscale: #C9C9C9. Windows color (decimal): -3222893 or 9687758. OLE color: 9687758.

HSL color Cylindrical-coordinate representation of color #CED293: hue angle of 63.81º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED293 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB206210147-
CMYK0.0200.300.18
HSL63.81º41.18%70%-
HSV(B)63.81º30%82.35%-
XYZ53.7761.3236.61-
YUV201.6297.17131.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 210 (82.42% from 255) = 37.30%
BLUE value IS 147 (57.81% from 255) = 26.11%
R=36.59%
G=37.30%
B=26.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062101470.0200.300.1863.8141.1870
HexCED293201E12402946
Octal31632222320362210051106
Binary110011101101001010010011100111101001010000001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED293; }

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

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

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

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

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

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

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

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