#CED190

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

Shades of Deco #CED190

Tints of Deco #CED190

Color information

#CED190 (or 0xCED190) is unknown color: approx Deco. HEX triplet: CE, D1 and 90. RGB value is (206,209,144). Sum of RGB (Red+Green+Blue) = 206+209+144=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #CED190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED190 is #312E6F. Grayscale: #C8C8C8. Windows color (decimal): -3223152 or 9490894. OLE color: 9490894.

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

Color convert

RGB206209144-
CMYK0.0100.310.18
HSL62.77º41.4%69.22%-
HSV(B)62.77º31.1%81.96%-
XYZ53.2960.7435.3-
YUV200.6996.01131.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 209 (82.03% from 255) = 37.39%
BLUE value IS 144 (56.64% from 255) = 25.76%
R=36.85%
G=37.39%
B=25.76%

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
Decimal2062091440.0100.310.1862.7741.469.22
HexCED190101F123f2945
Octal3163212201037227751105
Binary1100111011010001100100001011111100101111111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED190; }

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

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

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

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

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

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

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

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