Html Css Color HEX #CDA2B6 Lily

📋 copy color: '#CDA2B6'

red 205 ◦ green 162 ◦ blue 182

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

Shades of Lily #CDA2B6

Tints of Lily #CDA2B6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.51%

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

R = 37.34%
G = 29.51%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CDA2B6 (or 0xCDA2B6) is known color: Lily. HEX triplet: CD, A2 and B6. RGB value is (205,162,182). Sum of RGB (Red+Green+Blue) = 205+162+182=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2B6 is #325D49. Grayscale: #B1B1B1. Windows color (decimal): -3300682 or 11969229. OLE color: 11969229.

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

Color convert

RGB 205 162 182 -
CMYK 0 0.21 0.11 0.20
HSL 332.09º 0.3% 0.72% -
HSV(B) 332.09º 0.21% 0.8% -
XYZ 46.54 42.2 49.95 -
YUV 177.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 205 162 182 0 0.21 0.11 0.20 332.09 0.3 0.72
Hex CD A2 B6 0 15 B 14 14C 1E 48
Octal 315 242 266 0 25 13 24 514 36 110
Binary 11001101 10100010 10110110 0 10101 1011 10100 101001100 11110 1001000

Color Harmonies of #CDA2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA2B6

Black with #CDA2B6

Text Example


Text Example

White with #CDA2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA2B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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