#cd8abb

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

Shades of Lily #CD8ABB

Tints of Lily #CD8ABB

Color information

#CD8ABB (or 0xCD8ABB) is unknown color: approx Lily. HEX triplet: CD, 8A and BB. RGB value is (205,138,187). Sum of RGB (Red+Green+Blue) = 205+138+187=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ABB is #327544. Grayscale: #A3A3A3. Windows color (decimal): -3306821 or 12290765. OLE color: 12290765.

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

Color convert

RGB205138187-
CMYK00.330.090.20
HSL316.12º40.12%67.25%-
HSV(B)316.12º32.68%80.39%-
XYZ43.2334.7451.44-
YUV163.62141.2157.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=38.68%
G=26.04%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513818700.330.090.20316.1240.1267.25
HexCD8ABB02191413c2843
Octal315212273041112447450103
Binary11001101100010101011101101000011001101001001111001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8abb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8abb; }

 p { color: rgb(205,138,187); }

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

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

 a { background-color: rgb(205,138,187); }

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

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

 span { border-color: rgb(205,138,187); }

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