#CD8BB3

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

Shades of Lily #CD8BB3

Tints of Lily #CD8BB3

Color information

#CD8BB3 (or 0xCD8BB3) is unknown color: approx Lily. HEX triplet: CD, 8B and B3. RGB value is (205,139,179). Sum of RGB (Red+Green+Blue) = 205+139+179=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BB3 is #32744C. Grayscale: #A3A3A3. Windows color (decimal): -3306573 or 11766733. OLE color: 11766733.

HSL color Cylindrical-coordinate representation of color #CD8BB3: hue angle of 323.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8BB3 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB205139179-
CMYK00.320.130.20
HSL323.64º39.76%67.45%-
HSV(B)323.64º32.2%80.39%-
XYZ42.5534.747.1-
YUV163.29136.87157.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 179 (70.31% from 255) = 34.23%
R=39.20%
G=26.58%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513917900.320.130.20323.6439.7667.45
HexCD8BB3020D141442843
Octal315213263040152450450103
Binary11001101100010111011001101000001101101001010001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BB3; }

 p { color: rgb(205,139,179); }

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

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

 a { background-color: rgb(205,139,179); }

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

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

 span { border-color: rgb(205,139,179); }

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