#CEAAB8

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

Shades of Lily #CEAAB8

Tints of Lily #CEAAB8

Color information

#CEAAB8 (or 0xCEAAB8) is unknown color: approx Lily. HEX triplet: CE, AA and B8. RGB value is (206,170,184). Sum of RGB (Red+Green+Blue) = 206+170+184=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAAB8 is #315547. Grayscale: #B6B6B6. Windows color (decimal): -3233096 or 12102350. OLE color: 12102350.

HSL color Cylindrical-coordinate representation of color #CEAAB8: hue angle of 336.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAAB8 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB206170184-
CMYK00.170.110.19
HSL336.67º26.87%73.73%-
HSV(B)336.67º17.48%80.78%-
XYZ48.4845.3351.54-
YUV182.36128.93144.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=36.79%
G=30.36%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617018400.170.110.19336.6726.8773.73
HexCEAAB8011B131511b4a
Octal316252270021132352133112
Binary110011101010101010111000010001101110011101010001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAB8; }

 p { color: rgb(206,170,184); }

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

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

 a { background-color: rgb(206,170,184); }

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

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

 span { border-color: rgb(206,170,184); }

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