Html Css Color HEX #CD99BB Lily

📋 copy color: '#CD99BB'

red 205 ◦ green 153 ◦ blue 187

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

Shades of Lily #CD99BB

Tints of Lily #CD99BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.31%

R = 37.61%
G = 28.07%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD99BB (or 0xCD99BB) is known color: Lily. HEX triplet: CD, 99 and BB. RGB value is (205,153,187). Sum of RGB (Red+Green+Blue) = 205+153+187=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99BB is #326644. Grayscale: #ACACAC. Windows color (decimal): -3302981 or 12294605. OLE color: 12294605.

HSL color Cylindrical-coordinate representation of color #CD99BB: hue angle of 320.77º 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 #CD99BB is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 187 -
CMYK 0 0.25 0.09 0.20
HSL 320.77º 0.34% 0.7% -
HSV(B) 320.77º 0.25% 0.8% -
XYZ 45.54 39.35 52.21 -
YUV 172.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 205 153 187 0 0.25 0.09 0.20 320.77 0.34 0.7
Hex CD 99 BB 0 19 9 14 141 22 46
Octal 315 231 273 0 31 11 24 501 42 106
Binary 11001101 10011001 10111011 0 11001 1001 10100 101000001 100010 1000110

Color Harmonies of #CD99BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD99BB

Black with #CD99BB

Text Example


Text Example

White with #CD99BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD99BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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