Html Css Color HEX #CD9BB8 Lily

📋 copy color: '#CD9BB8'

red 205 ◦ green 155 ◦ blue 184

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

Shades of Lily #CD9BB8

Tints of Lily #CD9BB8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.49%

 BLUE value IS 184 (72.27% from 255) = 33.82%

R = 37.68%
G = 28.49%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD9BB8 (or 0xCD9BB8) is known color: Lily. HEX triplet: CD, 9B and B8. RGB value is (205,155,184). Sum of RGB (Red+Green+Blue) = 205+155+184=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BB8 is #326447. Grayscale: #ADADAD. Windows color (decimal): -3302472 or 12098509. OLE color: 12098509.

HSL color Cylindrical-coordinate representation of color #CD9BB8: hue angle of 325.2º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CD9BB8 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 155 184 -
CMYK 0 0.24 0.10 0.20
HSL 325.2º 0.33% 0.71% -
HSV(B) 325.2º 0.24% 0.8% -
XYZ 45.55 39.88 50.64 -
YUV 173.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 205 155 184 0 0.24 0.10 0.20 325.2 0.33 0.71
Hex CD 9B B8 0 18 A 14 145 21 47
Octal 315 233 270 0 30 12 24 505 41 107
Binary 11001101 10011011 10111000 0 11000 1010 10100 101000101 100001 1000111

Color Harmonies of #CD9BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9BB8

Black with #CD9BB8

Text Example


Text Example

White with #CD9BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9BB8; }

 p { color: rgb(205,155,184); }

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

background-color css

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

 a { background-color: rgb(205,155,184); }

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

border-color css

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

 span { border-color: rgb(205,155,184); }

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