Html Css Color HEX #CDA7B6 Lily

📋 copy color: '#CDA7B6'

red 205 ◦ green 167 ◦ blue 182

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

Shades of Lily #CDA7B6

Tints of Lily #CDA7B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.85%

R = 37%
G = 30.14%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CDA7B6 (or 0xCDA7B6) is known color: Lily. HEX triplet: CD, A7 and B6. RGB value is (205,167,182). Sum of RGB (Red+Green+Blue) = 205+167+182=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7B6 is #325849. Grayscale: #B4B4B4. Windows color (decimal): -3299402 or 11970509. OLE color: 11970509.

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

Color convert

RGB 205 167 182 -
CMYK 0 0.19 0.11 0.20
HSL 336.32º 0.28% 0.73% -
HSV(B) 336.32º 0.19% 0.8% -
XYZ 47.44 43.99 50.25 -
YUV 180.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 205 167 182 0 0.19 0.11 0.20 336.32 0.28 0.73
Hex CD A7 B6 0 13 B 14 150 1C 49
Octal 315 247 266 0 23 13 24 520 34 111
Binary 11001101 10100111 10110110 0 10011 1011 10100 101010000 11100 1001001

Color Harmonies of #CDA7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA7B6

Black with #CDA7B6

Text Example


Text Example

White with #CDA7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA7B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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