Html Css Color HEX #CD8DAC Lily

📋 copy color: '#CD8DAC'

red 205 ◦ green 141 ◦ blue 172

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

Shades of Lily #CD8DAC

Tints of Lily #CD8DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.22%

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

R = 39.58%
G = 27.22%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD8DAC (or 0xCD8DAC) is known color: Lily. HEX triplet: CD, 8D and AC. RGB value is (205,141,172). Sum of RGB (Red+Green+Blue) = 205+141+172=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8DAC is #327253. Grayscale: #A3A3A3. Windows color (decimal): -3306068 or 11308493. OLE color: 11308493.

HSL color Cylindrical-coordinate representation of color #CD8DAC: hue angle of 330.94º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8DAC is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 141 172 -
CMYK 0 0.31 0.16 0.20
HSL 330.94º 0.39% 0.68% -
HSV(B) 330.94º 0.31% 0.8% -
XYZ 42.15 35.01 43.57 -
YUV 163.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 205 141 172 0 0.31 0.16 0.20 330.94 0.39 0.68
Hex CD 8D AC 0 1F 10 14 14B 27 44
Octal 315 215 254 0 37 20 24 513 47 104
Binary 11001101 10001101 10101100 0 11111 10000 10100 101001011 100111 1000100

Color Harmonies of #CD8DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8DAC

Black with #CD8DAC

Text Example


Text Example

White with #CD8DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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