Html Css Color HEX #CDAAB7 Lily

📋 copy color: '#CDAAB7'

red 205 ◦ green 170 ◦ blue 183

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

Shades of Lily #CDAAB7

Tints of Lily #CDAAB7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.47%

 BLUE value IS 183 (71.88% from 255) = 32.8%

R = 36.74%
G = 30.47%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CDAAB7 (or 0xCDAAB7) is known color: Lily. HEX triplet: CD, AA and B7. RGB value is (205,170,183). Sum of RGB (Red+Green+Blue) = 205+170+183=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAAB7 is #325548. Grayscale: #B5B5B5. Windows color (decimal): -3298633 or 12036813. OLE color: 12036813.

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

Color convert

RGB 205 170 183 -
CMYK 0 0.17 0.11 0.20
HSL 337.71º 0.26% 0.74% -
HSV(B) 337.71º 0.17% 0.8% -
XYZ 48.1 45.15 50.98 -
YUV 181.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 205 170 183 0 0.17 0.11 0.20 337.71 0.26 0.74
Hex CD AA B7 0 11 B 14 152 1A 4A
Octal 315 252 267 0 21 13 24 522 32 112
Binary 11001101 10101010 10110111 0 10001 1011 10100 101010010 11010 1001010

Color Harmonies of #CDAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAAB7

Black with #CDAAB7

Text Example


Text Example

White with #CDAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAAB7; }

 p { color: rgb(205,170,183); }

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

background-color css

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

 a { background-color: rgb(205,170,183); }

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

border-color css

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

 span { border-color: rgb(205,170,183); }

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