#CE7DB5

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

Shades of Lily #CE7DB5

Tints of Lily #CE7DB5

Color information

#CE7DB5 (or 0xCE7DB5) is unknown color: approx Lily. HEX triplet: CE, 7D and B5. RGB value is (206,125,181). Sum of RGB (Red+Green+Blue) = 206+125+181=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DB5 is #31824A. Grayscale: #9B9B9B. Windows color (decimal): -3244619 or 11894222. OLE color: 11894222.

HSL color Cylindrical-coordinate representation of color #CE7DB5: hue angle of 318.52º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7DB5 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB206125181-
CMYK00.390.120.19
HSL318.52º45.25%64.9%-
HSV(B)318.52º39.32%80.78%-
XYZ41.1331.1347.56-
YUV155.6142.34163.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 181 (71.09% from 255) = 35.35%
R=40.23%
G=24.41%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612518100.390.120.19318.5245.2564.9
HexCE7DB5027C1313f2d41
Octal316175265047142347755101
Binary1100111011111011011010101001111100100111001111111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DB5; }

 p { color: rgb(206,125,181); }

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

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

 a { background-color: rgb(206,125,181); }

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

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

 span { border-color: rgb(206,125,181); }

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