Html Css Color HEX #CDA2BC Lily

📋 copy color: '#CDA2BC'

red 205 ◦ green 162 ◦ blue 188

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

Shades of Lily #CDA2BC

Tints of Lily #CDA2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.87%

R = 36.94%
G = 29.19%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CDA2BC (or 0xCDA2BC) is known color: Lily. HEX triplet: CD, A2 and BC. RGB value is (205,162,188). Sum of RGB (Red+Green+Blue) = 205+162+188=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2BC is #325D43. Grayscale: #B1B1B1. Windows color (decimal): -3300676 or 12362445. OLE color: 12362445.

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

Color convert

RGB 205 162 188 -
CMYK 0 0.21 0.08 0.20
HSL 323.72º 0.3% 0.72% -
HSV(B) 323.72º 0.21% 0.8% -
XYZ 47.17 42.45 53.28 -
YUV 177.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 205 162 188 0 0.21 0.08 0.20 323.72 0.3 0.72
Hex CD A2 BC 0 15 8 14 144 1E 48
Octal 315 242 274 0 25 10 24 504 36 110
Binary 11001101 10100010 10111100 0 10101 1000 10100 101000100 11110 1001000

Color Harmonies of #CDA2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA2BC

Black with #CDA2BC

Text Example


Text Example

White with #CDA2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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