Html Css Color HEX #CDAAB6 Lily

📋 copy color: '#CDAAB6'

red 205 ◦ green 170 ◦ blue 182

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

Shades of Lily #CDAAB6

Tints of Lily #CDAAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.68%

R = 36.8%
G = 30.52%
B = 32.68%

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

#CDAAB6 (or 0xCDAAB6) is known color: Lily. HEX triplet: CD, AA and B6. RGB value is (205,170,182). Sum of RGB (Red+Green+Blue) = 205+170+182=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAAB6 is #325549. Grayscale: #B5B5B5. Windows color (decimal): -3298634 or 11971277. OLE color: 11971277.

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

Color convert

RGB 205 170 182 -
CMYK 0 0.17 0.11 0.20
HSL 339.43º 0.26% 0.74% -
HSV(B) 339.43º 0.17% 0.8% -
XYZ 48 45.11 50.43 -
YUV 181.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 205 170 182 0 0.17 0.11 0.20 339.43 0.26 0.74
Hex CD AA B6 0 11 B 14 153 1A 4A
Octal 315 252 266 0 21 13 24 523 32 112
Binary 11001101 10101010 10110110 0 10001 1011 10100 101010011 11010 1001010

Color Harmonies of #CDAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAAB6

Black with #CDAAB6

Text Example


Text Example

White with #CDAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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