Html Css Color HEX #CDA7B8 Lily

📋 copy color: '#CDA7B8'

red 205 ◦ green 167 ◦ blue 184

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

Shades of Lily #CDA7B8

Tints of Lily #CDA7B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.09%

R = 36.87%
G = 30.04%
B = 33.09%

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

#CDA7B8 (or 0xCDA7B8) is known color: Lily. HEX triplet: CD, A7 and B8. RGB value is (205,167,184). Sum of RGB (Red+Green+Blue) = 205+167+184=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7B8 is #325847. Grayscale: #B4B4B4. Windows color (decimal): -3299400 or 12101581. OLE color: 12101581.

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

Color convert

RGB 205 167 184 -
CMYK 0 0.19 0.10 0.20
HSL 333.16º 0.28% 0.73% -
HSV(B) 333.16º 0.19% 0.8% -
XYZ 47.65 44.08 51.34 -
YUV 180.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 205 167 184 0 0.19 0.10 0.20 333.16 0.28 0.73
Hex CD A7 B8 0 13 A 14 14D 1C 49
Octal 315 247 270 0 23 12 24 515 34 111
Binary 11001101 10100111 10111000 0 10011 1010 10100 101001101 11100 1001001

Color Harmonies of #CDA7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA7B8

Black with #CDA7B8

Text Example


Text Example

White with #CDA7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA7B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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