#CED294

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

Shades of Deco #CED294

Tints of Deco #CED294

Color information

#CED294 (or 0xCED294) is unknown color: approx Deco. HEX triplet: CE, D2 and 94. RGB value is (206,210,148). Sum of RGB (Red+Green+Blue) = 206+210+148=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #CED294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED294 is #312D6B. Grayscale: #C9C9C9. Windows color (decimal): -3222892 or 9753294. OLE color: 9753294.

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

Color convert

RGB206210148-
CMYK0.0200.300.18
HSL63.87º40.79%70.2%-
HSV(B)63.87º29.52%82.35%-
XYZ53.8561.3537.02-
YUV201.7497.67131.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 148 (58.20% from 255) = 26.24%
R=36.52%
G=37.23%
B=26.24%

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
Decimal2062101480.0200.300.1863.8740.7970.2
HexCED294201E12402946
Octal31632222420362210051106
Binary110011101101001010010100100111101001010000001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED294; }

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

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

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

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

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

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

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

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