Html Css Color HEX #CD9BBB Lily

📋 copy color: '#CD9BBB'

red 205 ◦ green 155 ◦ blue 187

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

Shades of Lily #CD9BBB

Tints of Lily #CD9BBB

RGB

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

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

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

R = 37.48%
G = 28.34%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD9BBB (or 0xCD9BBB) is known color: Lily. HEX triplet: CD, 9B and BB. RGB value is (205,155,187). Sum of RGB (Red+Green+Blue) = 205+155+187=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BBB is #326444. Grayscale: #ADADAD. Windows color (decimal): -3302469 or 12295117. OLE color: 12295117.

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

Color convert

RGB 205 155 187 -
CMYK 0 0.24 0.09 0.20
HSL 321.6º 0.33% 0.71% -
HSV(B) 321.6º 0.24% 0.8% -
XYZ 45.87 40.01 52.32 -
YUV 173.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 205 155 187 0 0.24 0.09 0.20 321.6 0.33 0.71
Hex CD 9B BB 0 18 9 14 142 21 47
Octal 315 233 273 0 30 11 24 502 41 107
Binary 11001101 10011011 10111011 0 11000 1001 10100 101000010 100001 1000111

Color Harmonies of #CD9BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9BBB

Black with #CD9BBB

Text Example


Text Example

White with #CD9BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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