Html Css Color HEX #CEA1C5 Lilac

📋 copy color: '#CEA1C5'

red 206 ◦ green 161 ◦ blue 197

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

Shades of Lilac #CEA1C5

Tints of Lilac #CEA1C5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.55%

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

R = 36.52%
G = 28.55%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CEA1C5 (or 0xCEA1C5) is known color: Lilac. HEX triplet: CE, A1 and C5. RGB value is (206,161,197). Sum of RGB (Red+Green+Blue) = 206+161+197=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1C5 is #315E3A. Grayscale: #B2B2B2. Windows color (decimal): -3235387 or 12952014. OLE color: 12952014.

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

Color convert

RGB 206 161 197 -
CMYK 0 0.22 0.04 0.19
HSL 312º 0.31% 0.72% -
HSV(B) 312º 0.22% 0.81% -
XYZ 48.28 42.64 58.51 -
YUV 178.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 206 161 197 0 0.22 0.04 0.19 312 0.31 0.72
Hex CE A1 C5 0 16 4 13 138 1F 48
Octal 316 241 305 0 26 4 23 470 37 110
Binary 11001110 10100001 11000101 0 10110 100 10011 100111000 11111 1001000

Color Harmonies of #CEA1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1C5

Black with #CEA1C5

Text Example


Text Example

White with #CEA1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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