#CED87D

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

Shades of Deco #CED87D

Tints of Deco #CED87D

Color information

#CED87D (or 0xCED87D) is unknown color: approx Deco. HEX triplet: CE, D8 and 7D. RGB value is (206,216,125). Sum of RGB (Red+Green+Blue) = 206+216+125=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #CED87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED87D is #312782. Grayscale: #CACACA. Windows color (decimal): -3221379 or 8247502. OLE color: 8247502.

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

Color convert

RGB206216125-
CMYK0.0500.420.15
HSL66.59º53.85%66.86%-
HSV(B)66.59º42.13%84.71%-
XYZ53.7163.7128.87-
YUV202.6484.19130.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 125 (49.22% from 255) = 22.85%
R=37.66%
G=39.49%
B=22.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161250.0500.420.1566.5953.8566.86
HexCED87D502AF433643
Octal31633017550521710366103
Binary110011101101100011111011010101010111110000111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED87D; }

 p { color: rgb(206,216,125); }

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

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

 a { background-color: rgb(206,216,125); }

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

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

 span { border-color: rgb(206,216,125); }

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