Html Css Color HEX #CDA0B6 Lily

📋 copy color: '#CDA0B6'

red 205 ◦ green 160 ◦ blue 182

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

Shades of Lily #CDA0B6

Tints of Lily #CDA0B6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.25%

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

R = 37.48%
G = 29.25%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CDA0B6 (or 0xCDA0B6) is known color: Lily. HEX triplet: CD, A0 and B6. RGB value is (205,160,182). Sum of RGB (Red+Green+Blue) = 205+160+182=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0B6 is #325F49. Grayscale: #AFAFAF. Windows color (decimal): -3301194 or 11968717. OLE color: 11968717.

HSL color Cylindrical-coordinate representation of color #CDA0B6: hue angle of 330.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA0B6 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 160 182 -
CMYK 0 0.22 0.11 0.20
HSL 330.67º 0.31% 0.72% -
HSV(B) 330.67º 0.22% 0.8% -
XYZ 46.19 41.5 49.83 -
YUV 175.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 205 160 182 0 0.22 0.11 0.20 330.67 0.31 0.72
Hex CD A0 B6 0 16 B 14 14B 1F 48
Octal 315 240 266 0 26 13 24 513 37 110
Binary 11001101 10100000 10110110 0 10110 1011 10100 101001011 11111 1001000

Color Harmonies of #CDA0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA0B6

Black with #CDA0B6

Text Example


Text Example

White with #CDA0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA0B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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