Html Css Color HEX #CB9CBD Lily

📋 copy color: '#CB9CBD'

red 203 ◦ green 156 ◦ blue 189

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

Shades of Lily #CB9CBD

Tints of Lily #CB9CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.47%

 BLUE value IS 189 (74.22% from 255) = 34.49%

R = 37.04%
G = 28.47%
B = 34.49%

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

#CB9CBD (or 0xCB9CBD) is known color: Lily. HEX triplet: CB, 9C and BD. RGB value is (203,156,189). Sum of RGB (Red+Green+Blue) = 203+156+189=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CBD is #346342. Grayscale: #ADADAD. Windows color (decimal): -3433283 or 12426443. OLE color: 12426443.

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

Color convert

RGB 203 156 189 -
CMYK 0 0.23 0.07 0.20
HSL 317.87º 0.31% 0.7% -
HSV(B) 317.87º 0.23% 0.8% -
XYZ 45.7 40.15 53.48 -
YUV 173.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 203 156 189 0 0.23 0.07 0.20 317.87 0.31 0.7
Hex CB 9C BD 0 17 7 14 13E 1F 46
Octal 313 234 275 0 27 7 24 476 37 106
Binary 11001011 10011100 10111101 0 10111 111 10100 100111110 11111 1000110

Color Harmonies of #CB9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9CBD

Black with #CB9CBD

Text Example


Text Example

White with #CB9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9CBD; }

 p { color: rgb(203,156,189); }

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

background-color css

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

 a { background-color: rgb(203,156,189); }

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

border-color css

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

 span { border-color: rgb(203,156,189); }

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