Html Css Color HEX #CDABB8 Lily

📋 copy color: '#CDABB8'

red 205 ◦ green 171 ◦ blue 184

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

Shades of Lily #CDABB8

Tints of Lily #CDABB8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.54%

 BLUE value IS 184 (72.27% from 255) = 32.86%

R = 36.61%
G = 30.54%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CDABB8 (or 0xCDABB8) is known color: Lily. HEX triplet: CD, AB and B8. RGB value is (205,171,184). Sum of RGB (Red+Green+Blue) = 205+171+184=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABB8 is #325447. Grayscale: #B6B6B6. Windows color (decimal): -3298376 or 12102605. OLE color: 12102605.

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

Color convert

RGB 205 171 184 -
CMYK 0 0.17 0.10 0.20
HSL 337.06º 0.25% 0.74% -
HSV(B) 337.06º 0.17% 0.8% -
XYZ 48.39 45.57 51.59 -
YUV 182.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 205 171 184 0 0.17 0.10 0.20 337.06 0.25 0.74
Hex CD AB B8 0 11 A 14 151 19 4A
Octal 315 253 270 0 21 12 24 521 31 112
Binary 11001101 10101011 10111000 0 10001 1010 10100 101010001 11001 1001010

Color Harmonies of #CDABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDABB8

Black with #CDABB8

Text Example


Text Example

White with #CDABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDABB8; }

 p { color: rgb(205,171,184); }

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

background-color css

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

 a { background-color: rgb(205,171,184); }

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

border-color css

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

 span { border-color: rgb(205,171,184); }

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