#CED994

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

Shades of Deco #CED994

Tints of Deco #CED994

Color information

#CED994 (or 0xCED994) is unknown color: approx Deco. HEX triplet: CE, D9 and 94. RGB value is (206,217,148). Sum of RGB (Red+Green+Blue) = 206+217+148=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 217 - color contains mainly: green. Hex color #CED994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED994 is #31266B. Grayscale: #CECECE. Windows color (decimal): -3221100 or 9755086. OLE color: 9755086.

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

Color convert

RGB206217148-
CMYK0.0500.320.15
HSL69.57º47.59%71.57%-
HSV(B)69.57º31.8%85.1%-
XYZ55.6164.8937.61-
YUV205.8495.36128.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 217 (85.16% from 255) = 38.00%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=36.08%
G=38.00%
B=25.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171480.0500.320.1569.5747.5971.57
HexCED9945020F463048
Octal31633122450401710660110
Binary1100111011011001100101001010100000111110001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED994; }

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

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

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

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

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

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

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

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