Html Css Color HEX #CB8DAC Lily

📋 copy color: '#CB8DAC'

red 203 ◦ green 141 ◦ blue 172

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

Shades of Lily #CB8DAC

Tints of Lily #CB8DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.33%

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 39.34%
G = 27.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB8DAC (or 0xCB8DAC) is known color: Lily. HEX triplet: CB, 8D and AC. RGB value is (203,141,172). Sum of RGB (Red+Green+Blue) = 203+141+172=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8DAC is #347253. Grayscale: #A3A3A3. Windows color (decimal): -3437140 or 11308491. OLE color: 11308491.

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

Color convert

RGB 203 141 172 -
CMYK 0 0.31 0.15 0.20
HSL 330º 0.37% 0.67% -
HSV(B) 330º 0.31% 0.8% -
XYZ 41.6 34.72 43.54 -
YUV 163.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 203 141 172 0 0.31 0.15 0.20 330 0.37 0.67
Hex CB 8D AC 0 1F F 14 14A 25 43
Octal 313 215 254 0 37 17 24 512 45 103
Binary 11001011 10001101 10101100 0 11111 1111 10100 101001010 100101 1000011

Color Harmonies of #CB8DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8DAC

Black with #CB8DAC

Text Example


Text Example

White with #CB8DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8DAC; }

 p { color: rgb(203,141,172); }

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

background-color css

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

 a { background-color: rgb(203,141,172); }

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

border-color css

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

 span { border-color: rgb(203,141,172); }

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