Html Css Color HEX #CEA2CF Lilac

📋 copy color: '#CEA2CF'

red 206 ◦ green 162 ◦ blue 207

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

Shades of Lilac #CEA2CF

Tints of Lilac #CEA2CF

RGB

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

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

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

R = 35.83%
G = 28.17%
B = 36%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEA2CF (or 0xCEA2CF) is known color: Lilac. HEX triplet: CE, A2 and CF. RGB value is (206,162,207). Sum of RGB (Red+Green+Blue) = 206+162+207=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEA2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2CF is #315D30. Grayscale: #B4B4B4. Windows color (decimal): -3235121 or 13607630. OLE color: 13607630.

HSL color Cylindrical-coordinate representation of color #CEA2CF: hue angle of 298.67º degrees, saturation: 0.32, 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 #CEA2CF is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 162 207 -
CMYK 0.00 0.22 0 0.19
HSL 298.67º 0.32% 0.72% -
HSV(B) 298.67º 0.22% 0.81% -
XYZ 49.64 43.47 64.81 -
YUV 180.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 206 162 207 0.00 0.22 0 0.19 298.67 0.32 0.72
Hex CE A2 CF 0 16 0 13 12B 20 48
Octal 316 242 317 0 26 0 23 453 40 110
Binary 11001110 10100010 11001111 0 10110 0 10011 100101011 100000 1001000

Color Harmonies of #CEA2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2CF

Black with #CEA2CF

Text Example


Text Example

White with #CEA2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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