Html Css Color HEX #CB8EAB Lily

📋 copy color: '#CB8EAB'

red 203 ◦ green 142 ◦ blue 171

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

Shades of Lily #CB8EAB

Tints of Lily #CB8EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.52%

 BLUE value IS 171 (67.19% from 255) = 33.14%

R = 39.34%
G = 27.52%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB8EAB (or 0xCB8EAB) is known color: Lily. HEX triplet: CB, 8E and AB. RGB value is (203,142,171). Sum of RGB (Red+Green+Blue) = 203+142+171=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8EAB is #347154. Grayscale: #A3A3A3. Windows color (decimal): -3436885 or 11243211. OLE color: 11243211.

HSL color Cylindrical-coordinate representation of color #CB8EAB: hue angle of 331.48º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8EAB is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 142 171 -
CMYK 0 0.30 0.16 0.20
HSL 331.48º 0.37% 0.68% -
HSV(B) 331.48º 0.3% 0.8% -
XYZ 41.65 34.98 43.09 -
YUV 163.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 203 142 171 0 0.30 0.16 0.20 331.48 0.37 0.68
Hex CB 8E AB 0 1E 10 14 14B 25 44
Octal 313 216 253 0 36 20 24 513 45 104
Binary 11001011 10001110 10101011 0 11110 10000 10100 101001011 100101 1000100

Color Harmonies of #CB8EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8EAB

Black with #CB8EAB

Text Example


Text Example

White with #CB8EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8EAB; }

 p { color: rgb(203,142,171); }

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

background-color css

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

 a { background-color: rgb(203,142,171); }

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

border-color css

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

 span { border-color: rgb(203,142,171); }

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