#CD9CBE

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

Shades of Lily #CD9CBE

Tints of Lily #CD9CBE

Color information

#CD9CBE (or 0xCD9CBE) is unknown color: approx Lily. HEX triplet: CD, 9C and BE. RGB value is (205,156,190). Sum of RGB (Red+Green+Blue) = 205+156+190=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CBE is #326341. Grayscale: #AEAEAE. Windows color (decimal): -3302210 or 12491981. OLE color: 12491981.

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

Color convert

RGB205156190-
CMYK00.240.070.20
HSL318.37º32.89%70.78%-
HSV(B)318.37º23.9%80.39%-
XYZ46.3640.4754.08-
YUV174.53136.73149.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=37.21%
G=28.31%
B=34.48%

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
Decimal20515619000.240.070.20318.3732.8970.78
HexCD9CBE01871413e2147
Octal31523427603072447641107
Binary110011011001110010111110011000111101001001111101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CBE; }

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

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

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

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

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

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

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

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