#CD9CBF

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

Shades of Lily #CD9CBF

Tints of Lily #CD9CBF

Color information

#CD9CBF (or 0xCD9CBF) is unknown color: approx Lily. HEX triplet: CD, 9C and BF. RGB value is (205,156,191). Sum of RGB (Red+Green+Blue) = 205+156+191=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CBF is #326340. Grayscale: #AEAEAE. Windows color (decimal): -3302209 or 12557517. OLE color: 12557517.

HSL color Cylindrical-coordinate representation of color #CD9CBF: hue angle of 317.14º 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 #CD9CBF is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205156191-
CMYK00.240.070.20
HSL317.14º32.89%70.78%-
HSV(B)317.14º23.9%80.39%-
XYZ46.4740.5254.66-
YUV174.64137.23149.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 191 (75% from 255) = 34.60%
R=37.14%
G=28.26%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515619100.240.070.20317.1432.8970.78
HexCD9CBF01871413d2147
Octal31523427703072447541107
Binary110011011001110010111111011000111101001001111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CBF; }

 p { color: rgb(205,156,191); }

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

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

 a { background-color: rgb(205,156,191); }

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

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

 span { border-color: rgb(205,156,191); }

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