Html Css Color HEX #CCABB8 Lily

📋 copy color: '#CCABB8'

red 204 ◦ green 171 ◦ blue 184

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

Shades of Lily #CCABB8

Tints of Lily #CCABB8

RGB

 RED value IS 204 (80.08% from 255) = 36.49%

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

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

R = 36.49%
G = 30.59%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CCABB8 (or 0xCCABB8) is known color: Lily. HEX triplet: CC, AB and B8. RGB value is (204,171,184). Sum of RGB (Red+Green+Blue) = 204+171+184=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABB8 is #335447. Grayscale: #B6B6B6. Windows color (decimal): -3363912 or 12102604. OLE color: 12102604.

HSL color Cylindrical-coordinate representation of color #CCABB8: hue angle of 336.36º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCABB8 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 171 184 -
CMYK 0 0.16 0.10 0.2
HSL 336.36º 0.24% 0.74% -
HSV(B) 336.36º 0.16% 0.8% -
XYZ 48.12 45.42 51.58 -
YUV 182.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 204 171 184 0 0.16 0.10 0.2 336.36 0.24 0.74
Hex CC AB B8 0 10 A 14 150 18 4A
Octal 314 253 270 0 20 12 24 520 30 112
Binary 11001100 10101011 10111000 0 10000 1010 10100 101010000 11000 1001010

Color Harmonies of #CCABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABB8

Black with #CCABB8

Text Example


Text Example

White with #CCABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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