#CED675

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

Shades of Deco #CED675

Tints of Deco #CED675

Color information

#CED675 (or 0xCED675) is unknown color: approx Deco. HEX triplet: CE, D6 and 75. RGB value is (206,214,117). Sum of RGB (Red+Green+Blue) = 206+214+117=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #CED675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED675 is #31298A. Grayscale: #C8C8C8. Windows color (decimal): -3221899 or 7722702. OLE color: 7722702.

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

Color convert

RGB206214117-
CMYK0.0400.450.16
HSL64.95º54.19%64.9%-
HSV(B)64.95º45.33%83.92%-
XYZ52.7162.526.12-
YUV200.5580.85131.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=38.36%
G=39.85%
B=21.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062141170.0400.450.1664.9554.1964.9
HexCED675402D10413641
Octal31632616540552010166101
Binary1100111011010110111010110001011011000010000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED675; }

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

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

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

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

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

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

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

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