Html Css Color HEX #CDA0BB Lily

📋 copy color: '#CDA0BB'

red 205 ◦ green 160 ◦ blue 187

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

Shades of Lily #CDA0BB

Tints of Lily #CDA0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.88%

R = 37.14%
G = 28.99%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CDA0BB (or 0xCDA0BB) is known color: Lily. HEX triplet: CD, A0 and BB. RGB value is (205,160,187). Sum of RGB (Red+Green+Blue) = 205+160+187=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0BB is #325F44. Grayscale: #B0B0B0. Windows color (decimal): -3301189 or 12296397. OLE color: 12296397.

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

Color convert

RGB 205 160 187 -
CMYK 0 0.22 0.09 0.20
HSL 324º 0.31% 0.72% -
HSV(B) 324º 0.22% 0.8% -
XYZ 46.72 41.71 52.6 -
YUV 176.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 205 160 187 0 0.22 0.09 0.20 324 0.31 0.72
Hex CD A0 BB 0 16 9 14 144 1F 48
Octal 315 240 273 0 26 11 24 504 37 110
Binary 11001101 10100000 10111011 0 10110 1001 10100 101000100 11111 1001000

Color Harmonies of #CDA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA0BB

Black with #CDA0BB

Text Example


Text Example

White with #CDA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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