Html Css Color HEX #CC8EB8 Lily

📋 copy color: '#CC8EB8'

red 204 ◦ green 142 ◦ blue 184

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

Shades of Lily #CC8EB8

Tints of Lily #CC8EB8

RGB

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

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

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

R = 38.49%
G = 26.79%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC8EB8 (or 0xCC8EB8) is known color: Lily. HEX triplet: CC, 8E and B8. RGB value is (204,142,184). Sum of RGB (Red+Green+Blue) = 204+142+184=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EB8 is #337147. Grayscale: #A5A5A5. Windows color (decimal): -3371336 or 12095180. OLE color: 12095180.

HSL color Cylindrical-coordinate representation of color #CC8EB8: hue angle of 319.35º 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 #CC8EB8 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 142 184 -
CMYK 0 0.30 0.10 0.2
HSL 319.35º 0.38% 0.68% -
HSV(B) 319.35º 0.3% 0.8% -
XYZ 43.23 35.64 49.95 -
YUV 165.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 204 142 184 0 0.30 0.10 0.2 319.35 0.38 0.68
Hex CC 8E B8 0 1E A 14 13F 26 44
Octal 314 216 270 0 36 12 24 477 46 104
Binary 11001100 10001110 10111000 0 11110 1010 10100 100111111 100110 1000100

Color Harmonies of #CC8EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8EB8

Black with #CC8EB8

Text Example


Text Example

White with #CC8EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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