#ced687

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

Shades of Deco #CED687

Tints of Deco #CED687

Color information

#CED687 (or 0xCED687) is unknown color: approx Deco. HEX triplet: CE, D6 and 87. RGB value is (206,214,135). Sum of RGB (Red+Green+Blue) = 206+214+135=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #CED687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED687 is #312978. Grayscale: #CACACA. Windows color (decimal): -3221881 or 8902350. OLE color: 8902350.

HSL color Cylindrical-coordinate representation of color #CED687: hue angle of 66.08º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CED687 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB206214135-
CMYK0.0400.370.16
HSL66.08º49.07%68.43%-
HSV(B)66.08º36.92%83.92%-
XYZ53.8762.9632.24-
YUV202.689.85130.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 135 (53.12% from 255) = 24.32%
R=37.12%
G=38.56%
B=24.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062141350.0400.370.1666.0849.0768.43
HexCED687402510423144
Octal31632620740452010261104
Binary11001110110101101000011110001001011000010000101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ced687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ced687; }

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

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

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

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

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

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

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

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