Html Css Color HEX #CCA4BB Lily

📋 copy color: '#CCA4BB'

red 204 ◦ green 164 ◦ blue 187

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

Shades of Lily #CCA4BB

Tints of Lily #CCA4BB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.55%

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

R = 36.76%
G = 29.55%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCA4BB (or 0xCCA4BB) is known color: Lily. HEX triplet: CC, A4 and BB. RGB value is (204,164,187). Sum of RGB (Red+Green+Blue) = 204+164+187=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4BB is #335B44. Grayscale: #B2B2B2. Windows color (decimal): -3365701 or 12297420. OLE color: 12297420.

HSL color Cylindrical-coordinate representation of color #CCA4BB: hue angle of 325.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA4BB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 187 -
CMYK 0 0.20 0.08 0.2
HSL 325.5º 0.28% 0.72% -
HSV(B) 325.5º 0.2% 0.8% -
XYZ 47.15 42.98 52.82 -
YUV 178.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 204 164 187 0 0.20 0.08 0.2 325.5 0.28 0.72
Hex CC A4 BB 0 14 8 14 146 1C 48
Octal 314 244 273 0 24 10 24 506 34 110
Binary 11001100 10100100 10111011 0 10100 1000 10100 101000110 11100 1001000

Color Harmonies of #CCA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA4BB

Black with #CCA4BB

Text Example


Text Example

White with #CCA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA4BB; }

 p { color: rgb(204,164,187); }

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

background-color css

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

 a { background-color: rgb(204,164,187); }

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

border-color css

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

 span { border-color: rgb(204,164,187); }

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