Html Css Color HEX #CDA6B5 Lily

📋 copy color: '#CDA6B5'

red 205 ◦ green 166 ◦ blue 181

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

Shades of Lily #CDA6B5

Tints of Lily #CDA6B5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.07%

 BLUE value IS 181 (71.09% from 255) = 32.79%

R = 37.14%
G = 30.07%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CDA6B5 (or 0xCDA6B5) is known color: Lily. HEX triplet: CD, A6 and B5. RGB value is (205,166,181). Sum of RGB (Red+Green+Blue) = 205+166+181=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6B5 is #32594A. Grayscale: #B3B3B3. Windows color (decimal): -3299659 or 11904717. OLE color: 11904717.

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

Color convert

RGB 205 166 181 -
CMYK 0 0.19 0.12 0.20
HSL 336.92º 0.28% 0.73% -
HSV(B) 336.92º 0.19% 0.8% -
XYZ 47.15 43.59 49.64 -
YUV 179.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 205 166 181 0 0.19 0.12 0.20 336.92 0.28 0.73
Hex CD A6 B5 0 13 C 14 151 1C 49
Octal 315 246 265 0 23 14 24 521 34 111
Binary 11001101 10100110 10110101 0 10011 1100 10100 101010001 11100 1001001

Color Harmonies of #CDA6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6B5

Black with #CDA6B5

Text Example


Text Example

White with #CDA6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6B5; }

 p { color: rgb(205,166,181); }

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

background-color css

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

 a { background-color: rgb(205,166,181); }

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

border-color css

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

 span { border-color: rgb(205,166,181); }

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