#CD9FBA

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

Shades of Lily #CD9FBA

Tints of Lily #CD9FBA

Color information

#CD9FBA (or 0xCD9FBA) is unknown color: approx Lily. HEX triplet: CD, 9F and BA. RGB value is (205,159,186). Sum of RGB (Red+Green+Blue) = 205+159+186=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FBA is #326045. Grayscale: #AFAFAF. Windows color (decimal): -3301446 or 12230605. OLE color: 12230605.

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

Color convert

RGB205159186-
CMYK00.220.090.20
HSL324.78º31.51%71.37%-
HSV(B)324.78º22.44%80.39%-
XYZ46.4441.3251.98-
YUV175.83133.74148.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=37.27%
G=28.91%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515918600.220.090.20324.7831.5171.37
HexCD9FBA0169141452047
Octal315237272026112450540107
Binary1100110110011111101110100101101001101001010001011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FBA; }

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

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

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

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

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

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

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

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