#CE9DB7

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

Shades of Lily #CE9DB7

Tints of Lily #CE9DB7

Color information

#CE9DB7 (or 0xCE9DB7) is unknown color: approx Lily. HEX triplet: CE, 9D and B7. RGB value is (206,157,183). Sum of RGB (Red+Green+Blue) = 206+157+183=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DB7 is #316248. Grayscale: #AEAEAE. Windows color (decimal): -3236425 or 12033486. OLE color: 12033486.

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

Color convert

RGB206157183-
CMYK00.240.110.19
HSL328.16º33.33%71.18%-
HSV(B)328.16º23.79%80.78%-
XYZ46.0640.6550.22-
YUV174.61132.73150.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=37.73%
G=28.75%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615718300.240.110.19328.1633.3371.18
HexCE9DB7018B131482147
Octal316235267030132351041107
Binary1100111010011101101101110110001011100111010010001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9DB7; }

 p { color: rgb(206,157,183); }

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

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

 a { background-color: rgb(206,157,183); }

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

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

 span { border-color: rgb(206,157,183); }

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