Html Css Color HEX #CE8DBB Lily

📋 copy color: '#CE8DBB'

red 206 ◦ green 141 ◦ blue 187

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

Shades of Lily #CE8DBB

Tints of Lily #CE8DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 38.58%
G = 26.4%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE8DBB (or 0xCE8DBB) is known color: Lily. HEX triplet: CE, 8D and BB. RGB value is (206,141,187). Sum of RGB (Red+Green+Blue) = 206+141+187=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DBB is #317244. Grayscale: #A5A5A5. Windows color (decimal): -3240517 or 12291534. OLE color: 12291534.

HSL color Cylindrical-coordinate representation of color #CE8DBB: hue angle of 317.54º 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 #CE8DBB is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 141 187 -
CMYK 0 0.32 0.09 0.19
HSL 317.54º 0.4% 0.68% -
HSV(B) 317.54º 0.32% 0.81% -
XYZ 43.95 35.76 51.6 -
YUV 165.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 206 141 187 0 0.32 0.09 0.19 317.54 0.4 0.68
Hex CE 8D BB 0 20 9 13 13E 28 44
Octal 316 215 273 0 40 11 23 476 50 104
Binary 11001110 10001101 10111011 0 100000 1001 10011 100111110 101000 1000100

Color Harmonies of #CE8DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8DBB

Black with #CE8DBB

Text Example


Text Example

White with #CE8DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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