Html Css Color HEX #CB8EBD Lily

📋 copy color: '#CB8EBD'

red 203 ◦ green 142 ◦ blue 189

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

Shades of Lily #CB8EBD

Tints of Lily #CB8EBD

RGB

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

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

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

R = 38.01%
G = 26.59%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB8EBD (or 0xCB8EBD) is known color: Lily. HEX triplet: CB, 8E and BD. RGB value is (203,142,189). Sum of RGB (Red+Green+Blue) = 203+142+189=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EBD is #347142. Grayscale: #A5A5A5. Windows color (decimal): -3436867 or 12422859. OLE color: 12422859.

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

Color convert

RGB 203 142 189 -
CMYK 0 0.30 0.07 0.20
HSL 313.77º 0.37% 0.68% -
HSV(B) 313.77º 0.3% 0.8% -
XYZ 43.49 35.72 52.75 -
YUV 165.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 203 142 189 0 0.30 0.07 0.20 313.77 0.37 0.68
Hex CB 8E BD 0 1E 7 14 13A 25 44
Octal 313 216 275 0 36 7 24 472 45 104
Binary 11001011 10001110 10111101 0 11110 111 10100 100111010 100101 1000100

Color Harmonies of #CB8EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8EBD

Black with #CB8EBD

Text Example


Text Example

White with #CB8EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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