Html Css Color HEX #C99DBD Lily

📋 copy color: '#C99DBD'

red 201 ◦ green 157 ◦ blue 189

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

Shades of Lily #C99DBD

Tints of Lily #C99DBD

RGB

 RED value IS 201 (78.91% from 255) = 36.75%

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

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 36.75%
G = 28.7%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C99DBD (or 0xC99DBD) is known color: Lily. HEX triplet: C9, 9D and BD. RGB value is (201,157,189). Sum of RGB (Red+Green+Blue) = 201+157+189=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DBD is #366242. Grayscale: #ADADAD. Windows color (decimal): -3564099 or 12426697. OLE color: 12426697.

HSL color Cylindrical-coordinate representation of color #C99DBD: hue angle of 316.36º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99DBD is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 157 189 -
CMYK 0 0.22 0.06 0.21
HSL 316.36º 0.29% 0.7% -
HSV(B) 316.36º 0.22% 0.79% -
XYZ 45.33 40.21 53.52 -
YUV 173.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 201 157 189 0 0.22 0.06 0.21 316.36 0.29 0.7
Hex C9 9D BD 0 16 6 15 13C 1D 46
Octal 311 235 275 0 26 6 25 474 35 106
Binary 11001001 10011101 10111101 0 10110 110 10101 100111100 11101 1000110

Color Harmonies of #C99DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DBD

Black with #C99DBD

Text Example


Text Example

White with #C99DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DBD; }

 p { color: rgb(201,157,189); }

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

background-color css

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

 a { background-color: rgb(201,157,189); }

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

border-color css

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

 span { border-color: rgb(201,157,189); }

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