Html Css Color HEX #CC8EBA Lily

📋 copy color: '#CC8EBA'

red 204 ◦ green 142 ◦ blue 186

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

Shades of Lily #CC8EBA

Tints of Lily #CC8EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 38.35%
G = 26.69%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC8EBA (or 0xCC8EBA) is known color: Lily. HEX triplet: CC, 8E and BA. RGB value is (204,142,186). Sum of RGB (Red+Green+Blue) = 204+142+186=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EBA is #337145. Grayscale: #A5A5A5. Windows color (decimal): -3371334 or 12226252. OLE color: 12226252.

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

Color convert

RGB 204 142 186 -
CMYK 0 0.30 0.09 0.2
HSL 317.42º 0.38% 0.68% -
HSV(B) 317.42º 0.3% 0.8% -
XYZ 43.44 35.73 51.06 -
YUV 165.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 204 142 186 0 0.30 0.09 0.2 317.42 0.38 0.68
Hex CC 8E BA 0 1E 9 14 13D 26 44
Octal 314 216 272 0 36 11 24 475 46 104
Binary 11001100 10001110 10111010 0 11110 1001 10100 100111101 100110 1000100

Color Harmonies of #CC8EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8EBA

Black with #CC8EBA

Text Example


Text Example

White with #CC8EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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