Html Css Color HEX #CB9DBB Lily

📋 copy color: '#CB9DBB'

red 203 ◦ green 157 ◦ blue 187

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

Shades of Lily #CB9DBB

Tints of Lily #CB9DBB

RGB

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

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

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

R = 37.11%
G = 28.7%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB9DBB (or 0xCB9DBB) is known color: Lily. HEX triplet: CB, 9D and BB. RGB value is (203,157,187). Sum of RGB (Red+Green+Blue) = 203+157+187=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DBB is #346244. Grayscale: #AEAEAE. Windows color (decimal): -3433029 or 12295627. OLE color: 12295627.

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

Color convert

RGB 203 157 187 -
CMYK 0 0.23 0.08 0.20
HSL 320.87º 0.31% 0.71% -
HSV(B) 320.87º 0.23% 0.8% -
XYZ 45.66 40.4 52.41 -
YUV 174.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 203 157 187 0 0.23 0.08 0.20 320.87 0.31 0.71
Hex CB 9D BB 0 17 8 14 141 1F 47
Octal 313 235 273 0 27 10 24 501 37 107
Binary 11001011 10011101 10111011 0 10111 1000 10100 101000001 11111 1000111

Color Harmonies of #CB9DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DBB

Black with #CB9DBB

Text Example


Text Example

White with #CB9DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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