#CD94B6

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

Shades of Lily #CD94B6

Tints of Lily #CD94B6

Color information

#CD94B6 (or 0xCD94B6) is unknown color: approx Lily. HEX triplet: CD, 94 and B6. RGB value is (205,148,182). Sum of RGB (Red+Green+Blue) = 205+148+182=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CD94B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD94B6 is #326B49. Grayscale: #A8A8A8. Windows color (decimal): -3304266 or 11965645. OLE color: 11965645.

HSL color Cylindrical-coordinate representation of color #CD94B6: hue angle of 324.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD94B6 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB205148182-
CMYK00.280.110.20
HSL324.21º36.31%69.22%-
HSV(B)324.21º27.8%80.39%-
XYZ44.2137.5449.17-
YUV168.92135.38153.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 182 (71.48% from 255) = 34.02%
R=38.32%
G=27.66%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514818200.280.110.20324.2136.3169.22
HexCD94B601CB141442445
Octal315224266034132450444105
Binary1100110110010100101101100111001011101001010001001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94B6; }

 p { color: rgb(205,148,182); }

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

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

 a { background-color: rgb(205,148,182); }

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

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

 span { border-color: rgb(205,148,182); }

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