Html Css Color HEX #CE8DBA Lily

📋 copy color: '#CE8DBA'

red 206 ◦ green 141 ◦ blue 186

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

Shades of Lily #CE8DBA

Tints of Lily #CE8DBA

RGB

 RED value IS 206 (80.86% from 255) = 38.65%

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

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 38.65%
G = 26.45%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE8DBA (or 0xCE8DBA) is known color: Lily. HEX triplet: CE, 8D and BA. RGB value is (206,141,186). Sum of RGB (Red+Green+Blue) = 206+141+186=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DBA is #317245. Grayscale: #A5A5A5. Windows color (decimal): -3240518 or 12225998. OLE color: 12225998.

HSL color Cylindrical-coordinate representation of color #CE8DBA: hue angle of 318.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8DBA is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 141 186 -
CMYK 0 0.32 0.10 0.19
HSL 318.46º 0.4% 0.68% -
HSV(B) 318.46º 0.32% 0.81% -
XYZ 43.84 35.72 51.04 -
YUV 165.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 206 141 186 0 0.32 0.10 0.19 318.46 0.4 0.68
Hex CE 8D BA 0 20 A 13 13E 28 44
Octal 316 215 272 0 40 12 23 476 50 104
Binary 11001110 10001101 10111010 0 100000 1010 10011 100111110 101000 1000100

Color Harmonies of #CE8DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8DBA

Black with #CE8DBA

Text Example


Text Example

White with #CE8DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8DBA; }

 p { color: rgb(206,141,186); }

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

background-color css

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

 a { background-color: rgb(206,141,186); }

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

border-color css

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

 span { border-color: rgb(206,141,186); }

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