#CEDC94

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

Shades of Deco #CEDC94

Tints of Deco #CEDC94

Color information

#CEDC94 (or 0xCEDC94) is unknown color: approx Deco. HEX triplet: CE, DC and 94. RGB value is (206,220,148). Sum of RGB (Red+Green+Blue) = 206+220+148=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC94 is #31236B. Grayscale: #CFCFCF. Windows color (decimal): -3220332 or 9755854. OLE color: 9755854.

HSL color Cylindrical-coordinate representation of color #CEDC94: hue angle of 71.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEDC94 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB206220148-
CMYK0.0600.330.14
HSL71.67º50.7%72.16%-
HSV(B)71.67º32.73%86.27%-
XYZ56.3966.4537.87-
YUV207.6194.36126.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 148 (58.20% from 255) = 25.78%
R=35.89%
G=38.33%
B=25.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201480.0600.330.1471.6750.772.16
HexCEDC946021E483348
Octal31633422460411611063110
Binary1100111011011100100101001100100001111010010001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC94; }

 p { color: rgb(206,220,148); }

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

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

 a { background-color: rgb(206,220,148); }

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

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

 span { border-color: rgb(206,220,148); }

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