#ced68e

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

Shades of Deco #CED68E

Tints of Deco #CED68E

Color information

#CED68E (or 0xCED68E) is unknown color: approx Deco. HEX triplet: CE, D6 and 8E. RGB value is (206,214,142). Sum of RGB (Red+Green+Blue) = 206+214+142=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #CED68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED68E is #312971. Grayscale: #CBCBCB. Windows color (decimal): -3221874 or 9361102. OLE color: 9361102.

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

Color convert

RGB206214142-
CMYK0.0400.340.16
HSL66.67º46.75%69.8%-
HSV(B)66.67º33.64%83.92%-
XYZ54.3863.1734.92-
YUV203.493.35129.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 142 (55.86% from 255) = 25.27%
R=36.65%
G=38.08%
B=25.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062141420.0400.340.1666.6746.7569.8
HexCED68E402210432f46
Octal31632621640422010357106
Binary11001110110101101000111010001000101000010000111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ced68e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ced68e; }

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

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

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

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

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

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

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

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