#CD9BBA

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

Shades of Lily #CD9BBA

Tints of Lily #CD9BBA

Color information

#CD9BBA (or 0xCD9BBA) is unknown color: approx Lily. HEX triplet: CD, 9B and BA. RGB value is (205,155,186). Sum of RGB (Red+Green+Blue) = 205+155+186=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BBA is #326445. Grayscale: #ADADAD. Windows color (decimal): -3302470 or 12229581. OLE color: 12229581.

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

Color convert

RGB205155186-
CMYK00.240.090.20
HSL322.8º33.33%70.59%-
HSV(B)322.8º24.39%80.39%-
XYZ45.7639.9751.76-
YUV173.48135.06150.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=37.55%
G=28.39%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515518600.240.090.20322.833.3370.59
HexCD9BBA0189141432147
Octal315233272030112450341107
Binary1100110110011011101110100110001001101001010000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BBA; }

 p { color: rgb(205,155,186); }

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

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

 a { background-color: rgb(205,155,186); }

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

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

 span { border-color: rgb(205,155,186); }

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