#CED191

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

Shades of Deco #CED191

Tints of Deco #CED191

Color information

#CED191 (or 0xCED191) is unknown color: approx Deco. HEX triplet: CE, D1 and 91. RGB value is (206,209,145). Sum of RGB (Red+Green+Blue) = 206+209+145=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #CED191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED191 is #312E6E. Grayscale: #C9C9C9. Windows color (decimal): -3223151 or 9556430. OLE color: 9556430.

HSL color Cylindrical-coordinate representation of color #CED191: hue angle of 62.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CED191 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB206209145-
CMYK0.0100.310.18
HSL62.81º41.03%69.41%-
HSV(B)62.81º30.62%81.96%-
XYZ53.3660.7735.7-
YUV200.8196.51131.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 209 (82.03% from 255) = 37.32%
BLUE value IS 145 (57.03% from 255) = 25.89%
R=36.79%
G=37.32%
B=25.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062091450.0100.310.1862.8141.0369.41
HexCED191101F123f2945
Octal3163212211037227751105
Binary1100111011010001100100011011111100101111111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED191; }

 p { color: rgb(206,209,145); }

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

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

 a { background-color: rgb(206,209,145); }

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

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

 span { border-color: rgb(206,209,145); }

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