#CEDB8E

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

Shades of Deco #CEDB8E

Tints of Deco #CEDB8E

Color information

#CEDB8E (or 0xCEDB8E) is unknown color: approx Deco. HEX triplet: CE, DB and 8E. RGB value is (206,219,142). Sum of RGB (Red+Green+Blue) = 206+219+142=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB8E is #312471. Grayscale: #CECECE. Windows color (decimal): -3220594 or 9362382. OLE color: 9362382.

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

Color convert

RGB206219142-
CMYK0.0600.350.14
HSL70.13º51.68%70.78%-
HSV(B)70.13º35.16%85.88%-
XYZ55.6765.7435.35-
YUV206.3391.69127.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 142 (55.86% from 255) = 25.04%
R=36.33%
G=38.62%
B=25.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191420.0600.350.1470.1351.6870.78
HexCEDB8E6023E463447
Octal31633321660431610664107
Binary1100111011011011100011101100100011111010001101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDB8E; }

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

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

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

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

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

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

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

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