Html Css Color HEX #CC9EBC Lily

📋 copy color: '#CC9EBC'

red 204 ◦ green 158 ◦ blue 188

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

Shades of Lily #CC9EBC

Tints of Lily #CC9EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.73%

 BLUE value IS 188 (73.83% from 255) = 34.18%

R = 37.09%
G = 28.73%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC9EBC (or 0xCC9EBC) is known color: Lily. HEX triplet: CC, 9E and BC. RGB value is (204,158,188). Sum of RGB (Red+Green+Blue) = 204+158+188=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EBC is #336143. Grayscale: #AFAFAF. Windows color (decimal): -3367236 or 12361420. OLE color: 12361420.

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

Color convert

RGB 204 158 188 -
CMYK 0 0.23 0.08 0.2
HSL 320.87º 0.31% 0.71% -
HSV(B) 320.87º 0.23% 0.8% -
XYZ 46.21 40.92 53.04 -
YUV 175.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 204 158 188 0 0.23 0.08 0.2 320.87 0.31 0.71
Hex CC 9E BC 0 17 8 14 141 1F 47
Octal 314 236 274 0 27 10 24 501 37 107
Binary 11001100 10011110 10111100 0 10111 1000 10100 101000001 11111 1000111

Color Harmonies of #CC9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EBC

Black with #CC9EBC

Text Example


Text Example

White with #CC9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EBC; }

 p { color: rgb(204,158,188); }

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

background-color css

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

 a { background-color: rgb(204,158,188); }

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

border-color css

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

 span { border-color: rgb(204,158,188); }

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