Html Css Color HEX #CDA4BA Lily

📋 copy color: '#CDA4BA'

red 205 ◦ green 164 ◦ blue 186

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

Shades of Lily #CDA4BA

Tints of Lily #CDA4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.55%

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 36.94%
G = 29.55%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CDA4BA (or 0xCDA4BA) is known color: Lily. HEX triplet: CD, A4 and BA. RGB value is (205,164,186). Sum of RGB (Red+Green+Blue) = 205+164+186=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4BA is #325B45. Grayscale: #B2B2B2. Windows color (decimal): -3300166 or 12231885. OLE color: 12231885.

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

Color convert

RGB 205 164 186 -
CMYK 0 0.2 0.09 0.20
HSL 327.8º 0.29% 0.72% -
HSV(B) 327.8º 0.2% 0.8% -
XYZ 47.32 43.08 52.27 -
YUV 178.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 205 164 186 0 0.2 0.09 0.20 327.8 0.29 0.72
Hex CD A4 BA 0 14 9 14 148 1D 48
Octal 315 244 272 0 24 11 24 510 35 110
Binary 11001101 10100100 10111010 0 10100 1001 10100 101001000 11101 1001000

Color Harmonies of #CDA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA4BA

Black with #CDA4BA

Text Example


Text Example

White with #CDA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA4BA; }

 p { color: rgb(205,164,186); }

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

background-color css

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

 a { background-color: rgb(205,164,186); }

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

border-color css

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

 span { border-color: rgb(205,164,186); }

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