Html Css Color HEX #CDA6B9 Lily

📋 copy color: '#CDA6B9'

red 205 ◦ green 166 ◦ blue 185

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

Shades of Lily #CDA6B9

Tints of Lily #CDA6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.27%

R = 36.87%
G = 29.86%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CDA6B9 (or 0xCDA6B9) is known color: Lily. HEX triplet: CD, A6 and B9. RGB value is (205,166,185). Sum of RGB (Red+Green+Blue) = 205+166+185=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6B9 is #325946. Grayscale: #B3B3B3. Windows color (decimal): -3299655 or 12166861. OLE color: 12166861.

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

Color convert

RGB 205 166 185 -
CMYK 0 0.19 0.10 0.20
HSL 330.77º 0.28% 0.73% -
HSV(B) 330.77º 0.19% 0.8% -
XYZ 47.57 43.75 51.84 -
YUV 179.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 205 166 185 0 0.19 0.10 0.20 330.77 0.28 0.73
Hex CD A6 B9 0 13 A 14 14B 1C 49
Octal 315 246 271 0 23 12 24 513 34 111
Binary 11001101 10100110 10111001 0 10011 1010 10100 101001011 11100 1001001

Color Harmonies of #CDA6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6B9

Black with #CDA6B9

Text Example


Text Example

White with #CDA6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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