Html Css Color HEX #CE8FBF Lily

📋 copy color: '#CE8FBF'

red 206 ◦ green 143 ◦ blue 191

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

Shades of Lily #CE8FBF

Tints of Lily #CE8FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.37%

R = 38.15%
G = 26.48%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE8FBF (or 0xCE8FBF) is known color: Lily. HEX triplet: CE, 8F and BF. RGB value is (206,143,191). Sum of RGB (Red+Green+Blue) = 206+143+191=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FBF is #317040. Grayscale: #A7A7A7. Windows color (decimal): -3240001 or 12554190. OLE color: 12554190.

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

Color convert

RGB 206 143 191 -
CMYK 0 0.31 0.07 0.19
HSL 314.29º 0.39% 0.68% -
HSV(B) 314.29º 0.31% 0.81% -
XYZ 44.68 36.53 53.99 -
YUV 167.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 206 143 191 0 0.31 0.07 0.19 314.29 0.39 0.68
Hex CE 8F BF 0 1F 7 13 13A 27 44
Octal 316 217 277 0 37 7 23 472 47 104
Binary 11001110 10001111 10111111 0 11111 111 10011 100111010 100111 1000100

Color Harmonies of #CE8FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FBF

Black with #CE8FBF

Text Example


Text Example

White with #CE8FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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