#CED292

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

Shades of Deco #CED292

Tints of Deco #CED292

Color information

#CED292 (or 0xCED292) is unknown color: approx Deco. HEX triplet: CE, D2 and 92. RGB value is (206,210,146). Sum of RGB (Red+Green+Blue) = 206+210+146=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #CED292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED292 is #312D6D. Grayscale: #C9C9C9. Windows color (decimal): -3222894 or 9622222. OLE color: 9622222.

HSL color Cylindrical-coordinate representation of color #CED292: hue angle of 63.75º degrees, saturation: 0.42, 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 #CED292 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB206210146-
CMYK0.0200.300.18
HSL63.75º41.56%69.8%-
HSV(B)63.75º30.48%82.35%-
XYZ53.6961.2936.19-
YUV201.5196.67131.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 210 (82.42% from 255) = 37.37%
BLUE value IS 146 (57.42% from 255) = 25.98%
R=36.65%
G=37.37%
B=25.98%

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
Decimal2062101460.0200.300.1863.7541.5669.8
HexCED292201E12402a46
Octal31632222220362210052106
Binary110011101101001010010010100111101001010000001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED292; }

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

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

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

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

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

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

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

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