Html Css Color HEX #CC9EBE Lily

📋 copy color: '#CC9EBE'

red 204 ◦ green 158 ◦ blue 190

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

Shades of Lily #CC9EBE

Tints of Lily #CC9EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 36.96%
G = 28.62%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC9EBE (or 0xCC9EBE) is known color: Lily. HEX triplet: CC, 9E and BE. RGB value is (204,158,190). Sum of RGB (Red+Green+Blue) = 204+158+190=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EBE is #336141. Grayscale: #AFAFAF. Windows color (decimal): -3367234 or 12492492. OLE color: 12492492.

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

Color convert

RGB 204 158 190 -
CMYK 0 0.23 0.07 0.2
HSL 318.26º 0.31% 0.71% -
HSV(B) 318.26º 0.23% 0.8% -
XYZ 46.42 41.01 54.18 -
YUV 175.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 204 158 190 0 0.23 0.07 0.2 318.26 0.31 0.71
Hex CC 9E BE 0 17 7 14 13E 1F 47
Octal 314 236 276 0 27 7 24 476 37 107
Binary 11001100 10011110 10111110 0 10111 111 10100 100111110 11111 1000111

Color Harmonies of #CC9EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EBE

Black with #CC9EBE

Text Example


Text Example

White with #CC9EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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