Html Css Color HEX #CEA0CF Lilac

📋 copy color: '#CEA0CF'

red 206 ◦ green 160 ◦ blue 207

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

Shades of Lilac #CEA0CF

Tints of Lilac #CEA0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.92%

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 35.95%
G = 27.92%
B = 36.13%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEA0CF (or 0xCEA0CF) is known color: Lilac. HEX triplet: CE, A0 and CF. RGB value is (206,160,207). Sum of RGB (Red+Green+Blue) = 206+160+207=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEA0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0CF is #315F30. Grayscale: #B2B2B2. Windows color (decimal): -3235633 or 13607118. OLE color: 13607118.

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

Color convert

RGB 206 160 207 -
CMYK 0.00 0.23 0 0.19
HSL 298.72º 0.33% 0.72% -
HSV(B) 298.72º 0.23% 0.81% -
XYZ 49.29 42.77 64.69 -
YUV 179.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 206 160 207 0.00 0.23 0 0.19 298.72 0.33 0.72
Hex CE A0 CF 0 17 0 13 12B 21 48
Octal 316 240 317 0 27 0 23 453 41 110
Binary 11001110 10100000 11001111 0 10111 0 10011 100101011 100001 1001000

Color Harmonies of #CEA0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0CF

Black with #CEA0CF

Text Example


Text Example

White with #CEA0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0CF; }

 p { color: rgb(206,160,207); }

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

background-color css

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

 a { background-color: rgb(206,160,207); }

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

border-color css

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

 span { border-color: rgb(206,160,207); }

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