Html Css Color HEX #CD99B2 Lily

📋 copy color: '#CD99B2'

red 205 ◦ green 153 ◦ blue 178

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

Shades of Lily #CD99B2

Tints of Lily #CD99B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.21%

R = 38.25%
G = 28.54%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD99B2 (or 0xCD99B2) is known color: Lily. HEX triplet: CD, 99 and B2. RGB value is (205,153,178). Sum of RGB (Red+Green+Blue) = 205+153+178=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD99B2 is #32664D. Grayscale: #ABABAB. Windows color (decimal): -3302990 or 11704781. OLE color: 11704781.

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

Color convert

RGB 205 153 178 -
CMYK 0 0.25 0.13 0.20
HSL 331.15º 0.34% 0.7% -
HSV(B) 331.15º 0.25% 0.8% -
XYZ 44.6 38.98 47.29 -
YUV 171.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 205 153 178 0 0.25 0.13 0.20 331.15 0.34 0.7
Hex CD 99 B2 0 19 D 14 14B 22 46
Octal 315 231 262 0 31 15 24 513 42 106
Binary 11001101 10011001 10110010 0 11001 1101 10100 101001011 100010 1000110

Color Harmonies of #CD99B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD99B2

Black with #CD99B2

Text Example


Text Example

White with #CD99B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD99B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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