#CED78F

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

Shades of Deco #CED78F

Tints of Deco #CED78F

Color information

#CED78F (or 0xCED78F) is unknown color: approx Deco. HEX triplet: CE, D7 and 8F. RGB value is (206,215,143). Sum of RGB (Red+Green+Blue) = 206+215+143=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #CED78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED78F is #312870. Grayscale: #CCCCCC. Windows color (decimal): -3221617 or 9426894. OLE color: 9426894.

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

Color convert

RGB206215143-
CMYK0.0400.330.16
HSL67.5º47.37%70.2%-
HSV(B)67.5º33.49%84.31%-
XYZ54.7163.7135.4-
YUV204.193.52129.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 143 (56.25% from 255) = 25.35%
R=36.52%
G=38.12%
B=25.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151430.0400.330.1667.547.3770.2
HexCED78F402110442f46
Octal31632721740412010457106
Binary11001110110101111000111110001000011000010001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED78F; }

 p { color: rgb(206,215,143); }

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

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

 a { background-color: rgb(206,215,143); }

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

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

 span { border-color: rgb(206,215,143); }

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