#CE7DB0

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

Shades of Lily #CE7DB0

Tints of Lily #CE7DB0

Color information

#CE7DB0 (or 0xCE7DB0) is unknown color: approx Lily. HEX triplet: CE, 7D and B0. RGB value is (206,125,176). Sum of RGB (Red+Green+Blue) = 206+125+176=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7DB0 is #31824F. Grayscale: #9A9A9A. Windows color (decimal): -3244624 or 11566542. OLE color: 11566542.

HSL color Cylindrical-coordinate representation of color #CE7DB0: hue angle of 322.22º 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 #CE7DB0 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB206125176-
CMYK00.390.150.19
HSL322.22º45.25%64.9%-
HSV(B)322.22º39.32%80.78%-
XYZ40.6230.9244.9-
YUV155.03139.84164.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 176 (69.14% from 255) = 34.71%
R=40.63%
G=24.65%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612517600.390.150.19322.2245.2564.9
HexCE7DB0027F131422d41
Octal316175260047172350255101
Binary1100111011111011011000001001111111100111010000101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DB0; }

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

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

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

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

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

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

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

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