Html Css Color HEX #CE8EAF Lily

📋 copy color: '#CE8EAF'

red 206 ◦ green 142 ◦ blue 175

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

Shades of Lily #CE8EAF

Tints of Lily #CE8EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.15%

 BLUE value IS 175 (68.75% from 255) = 33.46%

R = 39.39%
G = 27.15%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE8EAF (or 0xCE8EAF) is known color: Lily. HEX triplet: CE, 8E and AF. RGB value is (206,142,175). Sum of RGB (Red+Green+Blue) = 206+142+175=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8EAF is #317150. Grayscale: #A4A4A4. Windows color (decimal): -3240273 or 11505358. OLE color: 11505358.

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

Color convert

RGB 206 142 175 -
CMYK 0 0.31 0.15 0.19
HSL 329.06º 0.4% 0.68% -
HSV(B) 329.06º 0.31% 0.81% -
XYZ 42.86 35.56 45.16 -
YUV 164.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 206 142 175 0 0.31 0.15 0.19 329.06 0.4 0.68
Hex CE 8E AF 0 1F F 13 149 28 44
Octal 316 216 257 0 37 17 23 511 50 104
Binary 11001110 10001110 10101111 0 11111 1111 10011 101001001 101000 1000100

Color Harmonies of #CE8EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8EAF

Black with #CE8EAF

Text Example


Text Example

White with #CE8EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8EAF; }

 p { color: rgb(206,142,175); }

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

background-color css

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

 a { background-color: rgb(206,142,175); }

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

border-color css

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

 span { border-color: rgb(206,142,175); }

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