Html Css Color HEX #CDA7B9 Lily

📋 copy color: '#CDA7B9'

red 205 ◦ green 167 ◦ blue 185

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

Shades of Lily #CDA7B9

Tints of Lily #CDA7B9

RGB

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

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

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

R = 36.8%
G = 29.98%
B = 33.21%

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

#CDA7B9 (or 0xCDA7B9) is known color: Lily. HEX triplet: CD, A7 and B9. RGB value is (205,167,185). Sum of RGB (Red+Green+Blue) = 205+167+185=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7B9 is #325846. Grayscale: #B4B4B4. Windows color (decimal): -3299399 or 12167117. OLE color: 12167117.

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

Color convert

RGB 205 167 185 -
CMYK 0 0.19 0.10 0.20
HSL 331.58º 0.28% 0.73% -
HSV(B) 331.58º 0.19% 0.8% -
XYZ 47.75 44.12 51.9 -
YUV 180.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 205 167 185 0 0.19 0.10 0.20 331.58 0.28 0.73
Hex CD A7 B9 0 13 A 14 14C 1C 49
Octal 315 247 271 0 23 12 24 514 34 111
Binary 11001101 10100111 10111001 0 10011 1010 10100 101001100 11100 1001001

Color Harmonies of #CDA7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA7B9

Black with #CDA7B9

Text Example


Text Example

White with #CDA7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA7B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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