Html Css Color HEX #CD99BF Lily

📋 copy color: '#CD99BF'

red 205 ◦ green 153 ◦ blue 191

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

Shades of Lily #CD99BF

Tints of Lily #CD99BF

RGB

 RED value IS 205 (80.47% from 255) = 37.34%

 GREEN value IS 153 (60.16% from 255) = 27.87%

 BLUE value IS 191 (75% from 255) = 34.79%

R = 37.34%
G = 27.87%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CD99BF (or 0xCD99BF) is known color: Lily. HEX triplet: CD, 99 and BF. RGB value is (205,153,191). Sum of RGB (Red+Green+Blue) = 205+153+191=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99BF is #326640. Grayscale: #ACACAC. Windows color (decimal): -3302977 or 12556749. OLE color: 12556749.

HSL color Cylindrical-coordinate representation of color #CD99BF: hue angle of 316.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CD99BF is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 191 -
CMYK 0 0.25 0.07 0.20
HSL 316.15º 0.34% 0.7% -
HSV(B) 316.15º 0.25% 0.8% -
XYZ 45.97 39.52 54.5 -
YUV 172.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 205 153 191 0 0.25 0.07 0.20 316.15 0.34 0.7
Hex CD 99 BF 0 19 7 14 13C 22 46
Octal 315 231 277 0 31 7 24 474 42 106
Binary 11001101 10011001 10111111 0 11001 111 10100 100111100 100010 1000110

Color Harmonies of #CD99BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD99BF

Black with #CD99BF

Text Example


Text Example

White with #CD99BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD99BF; }

 p { color: rgb(205,153,191); }

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

background-color css

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

 a { background-color: rgb(205,153,191); }

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

border-color css

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

 span { border-color: rgb(205,153,191); }

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