Html Css Color HEX #CDA2B2 Lily

📋 copy color: '#CDA2B2'

red 205 ◦ green 162 ◦ blue 178

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

Shades of Lily #CDA2B2

Tints of Lily #CDA2B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 37.61%
G = 29.72%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CDA2B2 (or 0xCDA2B2) is known color: Lily. HEX triplet: CD, A2 and B2. RGB value is (205,162,178). Sum of RGB (Red+Green+Blue) = 205+162+178=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA2B2 is #325D4D. Grayscale: #B0B0B0. Windows color (decimal): -3300686 or 11707085. OLE color: 11707085.

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

Color convert

RGB 205 162 178 -
CMYK 0 0.21 0.13 0.20
HSL 337.67º 0.3% 0.72% -
HSV(B) 337.67º 0.21% 0.8% -
XYZ 46.13 42.03 47.8 -
YUV 176.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 205 162 178 0 0.21 0.13 0.20 337.67 0.3 0.72
Hex CD A2 B2 0 15 D 14 152 1E 48
Octal 315 242 262 0 25 15 24 522 36 110
Binary 11001101 10100010 10110010 0 10101 1101 10100 101010010 11110 1001000

Color Harmonies of #CDA2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA2B2

Black with #CDA2B2

Text Example


Text Example

White with #CDA2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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