Html Css Color HEX #CC8EAC Lily

📋 copy color: '#CC8EAC'

red 204 ◦ green 142 ◦ blue 172

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

Shades of Lily #CC8EAC

Tints of Lily #CC8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.41%

 BLUE value IS 172 (67.58% from 255) = 33.2%

R = 39.38%
G = 27.41%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC8EAC (or 0xCC8EAC) is known color: Lily. HEX triplet: CC, 8E and AC. RGB value is (204,142,172). Sum of RGB (Red+Green+Blue) = 204+142+172=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8EAC is #337153. Grayscale: #A3A3A3. Windows color (decimal): -3371348 or 11308748. OLE color: 11308748.

HSL color Cylindrical-coordinate representation of color #CC8EAC: hue angle of 330.97º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8EAC is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 142 172 -
CMYK 0 0.30 0.16 0.2
HSL 330.97º 0.38% 0.68% -
HSV(B) 330.97º 0.3% 0.8% -
XYZ 42.02 35.16 43.6 -
YUV 163.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 204 142 172 0 0.30 0.16 0.2 330.97 0.38 0.68
Hex CC 8E AC 0 1E 10 14 14B 26 44
Octal 314 216 254 0 36 20 24 513 46 104
Binary 11001100 10001110 10101100 0 11110 10000 10100 101001011 100110 1000100

Color Harmonies of #CC8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8EAC

Black with #CC8EAC

Text Example


Text Example

White with #CC8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8EAC; }

 p { color: rgb(204,142,172); }

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

background-color css

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

 a { background-color: rgb(204,142,172); }

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

border-color css

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

 span { border-color: rgb(204,142,172); }

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