Html Css Color HEX #CD8AAC Lily

📋 copy color: '#CD8AAC'

red 205 ◦ green 138 ◦ blue 172

#CD8AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #CD8AAC

Tints of Lily #CD8AAC

RGB

 RED value IS 205 (80.47% from 255) = 39.81%

 GREEN value IS 138 (54.3% from 255) = 26.8%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 39.81%
G = 26.8%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD8AAC (or 0xCD8AAC) is known color: Lily. HEX triplet: CD, 8A and AC. RGB value is (205,138,172). Sum of RGB (Red+Green+Blue) = 205+138+172=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8AAC is #327553. Grayscale: #A1A1A1. Windows color (decimal): -3306836 or 11307725. OLE color: 11307725.

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

Color convert

RGB 205 138 172 -
CMYK 0 0.33 0.16 0.20
HSL 329.55º 0.4% 0.67% -
HSV(B) 329.55º 0.33% 0.8% -
XYZ 41.71 34.13 43.42 -
YUV 161.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 205 138 172 0 0.33 0.16 0.20 329.55 0.4 0.67
Hex CD 8A AC 0 21 10 14 14A 28 43
Octal 315 212 254 0 41 20 24 512 50 103
Binary 11001101 10001010 10101100 0 100001 10000 10100 101001010 101000 1000011

Color Harmonies of #CD8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8AAC

Black with #CD8AAC

Text Example


Text Example

White with #CD8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8AAC; }

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

 H1.HeaderClassName
 {
   color: #CD8AAC;
 }
 .AnyTagClassName
 {
   color: #CD8AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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