Html Css Color HEX #C998BD Lily

📋 copy color: '#C998BD'

red 201 ◦ green 152 ◦ blue 189

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

Shades of Lily #C998BD

Tints of Lily #C998BD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.04%

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

R = 37.08%
G = 28.04%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C998BD (or 0xC998BD) is known color: Lily. HEX triplet: C9, 98 and BD. RGB value is (201,152,189). Sum of RGB (Red+Green+Blue) = 201+152+189=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C998BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998BD is #366742. Grayscale: #AAAAAA. Windows color (decimal): -3565379 or 12425417. OLE color: 12425417.

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

Color convert

RGB 201 152 189 -
CMYK 0 0.24 0.06 0.21
HSL 314.69º 0.31% 0.69% -
HSV(B) 314.69º 0.24% 0.79% -
XYZ 44.5 38.55 53.24 -
YUV 170.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 201 152 189 0 0.24 0.06 0.21 314.69 0.31 0.69
Hex C9 98 BD 0 18 6 15 13B 1F 45
Octal 311 230 275 0 30 6 25 473 37 105
Binary 11001001 10011000 10111101 0 11000 110 10101 100111011 11111 1000101

Color Harmonies of #C998BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998BD

Black with #C998BD

Text Example


Text Example

White with #C998BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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