Html Css Color HEX #CE8FBA Lily

📋 copy color: '#CE8FBA'

red 206 ◦ green 143 ◦ blue 186

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

Shades of Lily #CE8FBA

Tints of Lily #CE8FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.73%

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

R = 38.5%
G = 26.73%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE8FBA (or 0xCE8FBA) is known color: Lily. HEX triplet: CE, 8F and BA. RGB value is (206,143,186). Sum of RGB (Red+Green+Blue) = 206+143+186=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FBA is #317045. Grayscale: #A6A6A6. Windows color (decimal): -3240006 or 12226510. OLE color: 12226510.

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

Color convert

RGB 206 143 186 -
CMYK 0 0.31 0.10 0.19
HSL 319.05º 0.39% 0.68% -
HSV(B) 319.05º 0.31% 0.81% -
XYZ 44.14 36.31 51.14 -
YUV 166.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 206 143 186 0 0.31 0.10 0.19 319.05 0.39 0.68
Hex CE 8F BA 0 1F A 13 13F 27 44
Octal 316 217 272 0 37 12 23 477 47 104
Binary 11001110 10001111 10111010 0 11111 1010 10011 100111111 100111 1000100

Color Harmonies of #CE8FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FBA

Black with #CE8FBA

Text Example


Text Example

White with #CE8FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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