Html Css Color HEX #CC9DB1 Lily

📋 copy color: '#CC9DB1'

red 204 ◦ green 157 ◦ blue 177

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

Shades of Lily #CC9DB1

Tints of Lily #CC9DB1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.18%

 BLUE value IS 177 (69.53% from 255) = 32.9%

R = 37.92%
G = 29.18%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC9DB1 (or 0xCC9DB1) is known color: Lily. HEX triplet: CC, 9D and B1. RGB value is (204,157,177). Sum of RGB (Red+Green+Blue) = 204+157+177=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9DB1 is #33624E. Grayscale: #ADADAD. Windows color (decimal): -3367503 or 11640268. OLE color: 11640268.

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

Color convert

RGB 204 157 177 -
CMYK 0 0.23 0.13 0.2
HSL 334.47º 0.32% 0.71% -
HSV(B) 334.47º 0.23% 0.8% -
XYZ 44.89 40.13 46.97 -
YUV 173.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 204 157 177 0 0.23 0.13 0.2 334.47 0.32 0.71
Hex CC 9D B1 0 17 D 14 14E 20 47
Octal 314 235 261 0 27 15 24 516 40 107
Binary 11001100 10011101 10110001 0 10111 1101 10100 101001110 100000 1000111

Color Harmonies of #CC9DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9DB1

Black with #CC9DB1

Text Example


Text Example

White with #CC9DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9DB1; }

 p { color: rgb(204,157,177); }

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

background-color css

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

 a { background-color: rgb(204,157,177); }

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

border-color css

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

 span { border-color: rgb(204,157,177); }

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