Html Css Color HEX #CEA2C5 Lilac

📋 copy color: '#CEA2C5'

red 206 ◦ green 162 ◦ blue 197

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

Shades of Lilac #CEA2C5

Tints of Lilac #CEA2C5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.67%

 BLUE value IS 197 (77.34% from 255) = 34.87%

R = 36.46%
G = 28.67%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CEA2C5 (or 0xCEA2C5) is known color: Lilac. HEX triplet: CE, A2 and C5. RGB value is (206,162,197). Sum of RGB (Red+Green+Blue) = 206+162+197=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2C5 is #315D3A. Grayscale: #B3B3B3. Windows color (decimal): -3235131 or 12952270. OLE color: 12952270.

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

Color convert

RGB 206 162 197 -
CMYK 0 0.21 0.04 0.19
HSL 312.27º 0.31% 0.72% -
HSV(B) 312.27º 0.21% 0.81% -
XYZ 48.45 42.99 58.57 -
YUV 179.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 206 162 197 0 0.21 0.04 0.19 312.27 0.31 0.72
Hex CE A2 C5 0 15 4 13 138 1F 48
Octal 316 242 305 0 25 4 23 470 37 110
Binary 11001110 10100010 11000101 0 10101 100 10011 100111000 11111 1001000

Color Harmonies of #CEA2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2C5

Black with #CEA2C5

Text Example


Text Example

White with #CEA2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2C5; }

 p { color: rgb(206,162,197); }

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

background-color css

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

 a { background-color: rgb(206,162,197); }

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

border-color css

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

 span { border-color: rgb(206,162,197); }

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