Html Css Color HEX #CEA1D4 Lilac

📋 copy color: '#CEA1D4'

red 206 ◦ green 161 ◦ blue 212

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

Shades of Lilac #CEA1D4

Tints of Lilac #CEA1D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.61%

R = 35.58%
G = 27.81%
B = 36.61%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CEA1D4 (or 0xCEA1D4) is known color: Lilac. HEX triplet: CE, A1 and D4. RGB value is (206,161,212). Sum of RGB (Red+Green+Blue) = 206+161+212=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEA1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1D4 is #315E2B. Grayscale: #B4B4B4. Windows color (decimal): -3235372 or 13935054. OLE color: 13935054.

HSL color Cylindrical-coordinate representation of color #CEA1D4: hue angle of 292.94º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA1D4 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 161 212 -
CMYK 0.03 0.24 0 0.17
HSL 292.94º 0.37% 0.73% -
HSV(B) 292.94º 0.24% 0.83% -
XYZ 50.08 43.37 68.02 -
YUV 180.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 206 161 212 0.03 0.24 0 0.17 292.94 0.37 0.73
Hex CE A1 D4 3 18 0 11 125 25 49
Octal 316 241 324 3 30 0 21 445 45 111
Binary 11001110 10100001 11010100 11 11000 0 10001 100100101 100101 1001001

Color Harmonies of #CEA1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1D4

Black with #CEA1D4

Text Example


Text Example

White with #CEA1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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