#CED681

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

Shades of Deco #CED681

Tints of Deco #CED681

Color information

#CED681 (or 0xCED681) is unknown color: approx Deco. HEX triplet: CE, D6 and 81. RGB value is (206,214,129). Sum of RGB (Red+Green+Blue) = 206+214+129=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #CED681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED681 is #31297E. Grayscale: #CACACA. Windows color (decimal): -3221887 or 8509134. OLE color: 8509134.

HSL color Cylindrical-coordinate representation of color #CED681: hue angle of 65.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CED681 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB206214129-
CMYK0.0400.400.16
HSL65.65º50.9%67.25%-
HSV(B)65.65º39.72%83.92%-
XYZ53.4662.830.07-
YUV201.9286.85130.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 129 (50.78% from 255) = 23.50%
R=37.52%
G=38.98%
B=23.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062141290.0400.400.1665.6550.967.25
HexCED681402810423343
Octal31632620140502010263103
Binary11001110110101101000000110001010001000010000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED681; }

 p { color: rgb(206,214,129); }

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

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

 a { background-color: rgb(206,214,129); }

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

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

 span { border-color: rgb(206,214,129); }

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