#CED990

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

Shades of Deco #CED990

Tints of Deco #CED990

Color information

#CED990 (or 0xCED990) is unknown color: approx Deco. HEX triplet: CE, D9 and 90. RGB value is (206,217,144). Sum of RGB (Red+Green+Blue) = 206+217+144=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 217 - color contains mainly: green. Hex color #CED990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED990 is #31266F. Grayscale: #CDCDCD. Windows color (decimal): -3221104 or 9492942. OLE color: 9492942.

HSL color Cylindrical-coordinate representation of color #CED990: hue angle of 69.04º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CED990 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB206217144-
CMYK0.0500.340.15
HSL69.04º48.99%70.78%-
HSV(B)69.04º33.64%85.1%-
XYZ55.364.7635.97-
YUV205.3993.36128.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 217 (85.16% from 255) = 38.27%
BLUE value IS 144 (56.64% from 255) = 25.40%
R=36.33%
G=38.27%
B=25.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171440.0500.340.1569.0448.9970.78
HexCED9905022F453147
Octal31633122050421710561107
Binary1100111011011001100100001010100010111110001011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED990; }

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

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

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

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

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

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

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

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