#CEDB93

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

Shades of Deco #CEDB93

Tints of Deco #CEDB93

Color information

#CEDB93 (or 0xCEDB93) is unknown color: approx Deco. HEX triplet: CE, DB and 93. RGB value is (206,219,147). Sum of RGB (Red+Green+Blue) = 206+219+147=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB93 is #31246C. Grayscale: #CFCFCF. Windows color (decimal): -3220589 or 9690062. OLE color: 9690062.

HSL color Cylindrical-coordinate representation of color #CEDB93: hue angle of 70.83º degrees, saturation: 0.5, 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 #CEDB93 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB206219147-
CMYK0.0600.330.14
HSL70.83º50%71.76%-
HSV(B)70.83º32.88%85.88%-
XYZ56.0565.8937.37-
YUV206.994.19127.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 147 (57.81% from 255) = 25.70%
R=36.01%
G=38.29%
B=25.70%

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
Decimal2062191470.0600.330.1470.835071.76
HexCEDB936021E473248
Octal31633322360411610762110
Binary1100111011011011100100111100100001111010001111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDB93; }

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

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

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

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

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

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

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

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