#CED478

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

Shades of Deco #CED478

Tints of Deco #CED478

Color information

#CED478 (or 0xCED478) is unknown color: approx Deco. HEX triplet: CE, D4 and 78. RGB value is (206,212,120). Sum of RGB (Red+Green+Blue) = 206+212+120=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #CED478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED478 is #312B87. Grayscale: #C8C8C8. Windows color (decimal): -3222408 or 7918798. OLE color: 7918798.

HSL color Cylindrical-coordinate representation of color #CED478: hue angle of 63.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CED478 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB206212120-
CMYK0.0300.430.17
HSL63.91º51.69%65.1%-
HSV(B)63.91º43.4%83.14%-
XYZ52.3961.5626.89-
YUV199.7283.01132.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 212 (83.20% from 255) = 39.41%
BLUE value IS 120 (47.27% from 255) = 22.30%
R=38.29%
G=39.41%
B=22.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121200.0300.430.1763.9151.6965.1
HexCED478302B11403441
Octal31632417030532110064101
Binary110011101101010011110001101010111000110000001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED478; }

 p { color: rgb(206,212,120); }

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

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

 a { background-color: rgb(206,212,120); }

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

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

 span { border-color: rgb(206,212,120); }

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