Html Css Color HEX #CDA7BA Lily

📋 copy color: '#CDA7BA'

red 205 ◦ green 167 ◦ blue 186

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

Shades of Lily #CDA7BA

Tints of Lily #CDA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.93%

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

R = 36.74%
G = 29.93%
B = 33.33%

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

#CDA7BA (or 0xCDA7BA) is known color: Lily. HEX triplet: CD, A7 and BA. RGB value is (205,167,186). Sum of RGB (Red+Green+Blue) = 205+167+186=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7BA is #325845. Grayscale: #B4B4B4. Windows color (decimal): -3299398 or 12232653. OLE color: 12232653.

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

Color convert

RGB 205 167 186 -
CMYK 0 0.19 0.09 0.20
HSL 330º 0.28% 0.73% -
HSV(B) 330º 0.19% 0.8% -
XYZ 47.86 44.16 52.46 -
YUV 180.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 205 167 186 0 0.19 0.09 0.20 330 0.28 0.73
Hex CD A7 BA 0 13 9 14 14A 1C 49
Octal 315 247 272 0 23 11 24 512 34 111
Binary 11001101 10100111 10111010 0 10011 1001 10100 101001010 11100 1001001

Color Harmonies of #CDA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA7BA

Black with #CDA7BA

Text Example


Text Example

White with #CDA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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