Html Css Color HEX #CEA2CA Lilac

📋 copy color: '#CEA2CA'

red 206 ◦ green 162 ◦ blue 202

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

Shades of Lilac #CEA2CA

Tints of Lilac #CEA2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 36.14%
G = 28.42%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEA2CA (or 0xCEA2CA) is known color: Lilac. HEX triplet: CE, A2 and CA. RGB value is (206,162,202). Sum of RGB (Red+Green+Blue) = 206+162+202=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2CA is #315D35. Grayscale: #B3B3B3. Windows color (decimal): -3235126 or 13279950. OLE color: 13279950.

HSL color Cylindrical-coordinate representation of color #CEA2CA: hue angle of 305.45º 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 #CEA2CA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 162 202 -
CMYK 0 0.21 0.02 0.19
HSL 305.45º 0.31% 0.72% -
HSV(B) 305.45º 0.21% 0.81% -
XYZ 49.03 43.23 61.64 -
YUV 179.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 206 162 202 0 0.21 0.02 0.19 305.45 0.31 0.72
Hex CE A2 CA 0 15 2 13 131 1F 48
Octal 316 242 312 0 25 2 23 461 37 110
Binary 11001110 10100010 11001010 0 10101 10 10011 100110001 11111 1001000

Color Harmonies of #CEA2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2CA

Black with #CEA2CA

Text Example


Text Example

White with #CEA2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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