Html Css Color HEX #CB9DBA Lily

📋 copy color: '#CB9DBA'

red 203 ◦ green 157 ◦ blue 186

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

Shades of Lily #CB9DBA

Tints of Lily #CB9DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 37.18%
G = 28.75%
B = 34.07%

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

#CB9DBA (or 0xCB9DBA) is known color: Lily. HEX triplet: CB, 9D and BA. RGB value is (203,157,186). Sum of RGB (Red+Green+Blue) = 203+157+186=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DBA is #346245. Grayscale: #ADADAD. Windows color (decimal): -3433030 or 12230091. OLE color: 12230091.

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

Color convert

RGB 203 157 186 -
CMYK 0 0.23 0.08 0.20
HSL 322.17º 0.31% 0.71% -
HSV(B) 322.17º 0.23% 0.8% -
XYZ 45.55 40.36 51.84 -
YUV 174.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 203 157 186 0 0.23 0.08 0.20 322.17 0.31 0.71
Hex CB 9D BA 0 17 8 14 142 1F 47
Octal 313 235 272 0 27 10 24 502 37 107
Binary 11001011 10011101 10111010 0 10111 1000 10100 101000010 11111 1000111

Color Harmonies of #CB9DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DBA

Black with #CB9DBA

Text Example


Text Example

White with #CB9DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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