Html Css Color HEX #CE8BBA Lily

📋 copy color: '#CE8BBA'

red 206 ◦ green 139 ◦ blue 186

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

Shades of Lily #CE8BBA

Tints of Lily #CE8BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.18%

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

R = 38.79%
G = 26.18%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE8BBA (or 0xCE8BBA) is known color: Lily. HEX triplet: CE, 8B and BA. RGB value is (206,139,186). Sum of RGB (Red+Green+Blue) = 206+139+186=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BBA is #317445. Grayscale: #A4A4A4. Windows color (decimal): -3241030 or 12225486. OLE color: 12225486.

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

Color convert

RGB 206 139 186 -
CMYK 0 0.33 0.10 0.19
HSL 317.91º 0.41% 0.68% -
HSV(B) 317.91º 0.33% 0.81% -
XYZ 43.55 35.13 50.94 -
YUV 164.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 206 139 186 0 0.33 0.10 0.19 317.91 0.41 0.68
Hex CE 8B BA 0 21 A 13 13E 29 44
Octal 316 213 272 0 41 12 23 476 51 104
Binary 11001110 10001011 10111010 0 100001 1010 10011 100111110 101001 1000100

Color Harmonies of #CE8BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8BBA

Black with #CE8BBA

Text Example


Text Example

White with #CE8BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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