Html Css Color HEX #CB8DAF Lily

📋 copy color: '#CB8DAF'

red 203 ◦ green 141 ◦ blue 175

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

Shades of Lily #CB8DAF

Tints of Lily #CB8DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.72%

R = 39.11%
G = 27.17%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB8DAF (or 0xCB8DAF) is known color: Lily. HEX triplet: CB, 8D and AF. RGB value is (203,141,175). Sum of RGB (Red+Green+Blue) = 203+141+175=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8DAF is #347250. Grayscale: #A3A3A3. Windows color (decimal): -3437137 or 11505099. OLE color: 11505099.

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

Color convert

RGB 203 141 175 -
CMYK 0 0.31 0.14 0.20
HSL 327.1º 0.37% 0.67% -
HSV(B) 327.1º 0.31% 0.8% -
XYZ 41.89 34.84 45.07 -
YUV 163.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 203 141 175 0 0.31 0.14 0.20 327.1 0.37 0.67
Hex CB 8D AF 0 1F E 14 147 25 43
Octal 313 215 257 0 37 16 24 507 45 103
Binary 11001011 10001101 10101111 0 11111 1110 10100 101000111 100101 1000011

Color Harmonies of #CB8DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8DAF

Black with #CB8DAF

Text Example


Text Example

White with #CB8DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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