Html Css Color HEX #CDA6BA Lily

📋 copy color: '#CDA6BA'

red 205 ◦ green 166 ◦ blue 186

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

Shades of Lily #CDA6BA

Tints of Lily #CDA6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.39%

R = 36.8%
G = 29.8%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CDA6BA (or 0xCDA6BA) is known color: Lily. HEX triplet: CD, A6 and BA. RGB value is (205,166,186). Sum of RGB (Red+Green+Blue) = 205+166+186=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6BA is #325945. Grayscale: #B3B3B3. Windows color (decimal): -3299654 or 12232397. OLE color: 12232397.

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

Color convert

RGB 205 166 186 -
CMYK 0 0.19 0.09 0.20
HSL 329.23º 0.28% 0.73% -
HSV(B) 329.23º 0.19% 0.8% -
XYZ 47.68 43.8 52.4 -
YUV 179.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 205 166 186 0 0.19 0.09 0.20 329.23 0.28 0.73
Hex CD A6 BA 0 13 9 14 149 1C 49
Octal 315 246 272 0 23 11 24 511 34 111
Binary 11001101 10100110 10111010 0 10011 1001 10100 101001001 11100 1001001

Color Harmonies of #CDA6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6BA

Black with #CDA6BA

Text Example


Text Example

White with #CDA6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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