Html Css Color HEX #CB9DBC Lily

📋 copy color: '#CB9DBC'

red 203 ◦ green 157 ◦ blue 188

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

Shades of Lily #CB9DBC

Tints of Lily #CB9DBC

RGB

 RED value IS 203 (79.69% from 255) = 37.04%

 GREEN value IS 157 (61.72% from 255) = 28.65%

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 37.04%
G = 28.65%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB9DBC (or 0xCB9DBC) is known color: Lily. HEX triplet: CB, 9D and BC. RGB value is (203,157,188). Sum of RGB (Red+Green+Blue) = 203+157+188=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DBC is #346243. Grayscale: #AEAEAE. Windows color (decimal): -3433028 or 12361163. OLE color: 12361163.

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

Color convert

RGB 203 157 188 -
CMYK 0 0.23 0.07 0.20
HSL 319.57º 0.31% 0.71% -
HSV(B) 319.57º 0.23% 0.8% -
XYZ 45.76 40.44 52.97 -
YUV 174.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 203 157 188 0 0.23 0.07 0.20 319.57 0.31 0.71
Hex CB 9D BC 0 17 7 14 140 1F 47
Octal 313 235 274 0 27 7 24 500 37 107
Binary 11001011 10011101 10111100 0 10111 111 10100 101000000 11111 1000111

Color Harmonies of #CB9DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DBC

Black with #CB9DBC

Text Example


Text Example

White with #CB9DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DBC; }

 p { color: rgb(203,157,188); }

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

background-color css

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

 a { background-color: rgb(203,157,188); }

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

border-color css

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

 span { border-color: rgb(203,157,188); }

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