Html Css Color HEX #CEA0D3 Lilac

📋 copy color: '#CEA0D3'

red 206 ◦ green 160 ◦ blue 211

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

Shades of Lilac #CEA0D3

Tints of Lilac #CEA0D3

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.73%

 BLUE value IS 211 (82.81% from 255) = 36.57%

R = 35.7%
G = 27.73%
B = 36.57%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CEA0D3 (or 0xCEA0D3) is known color: Lilac. HEX triplet: CE, A0 and D3. RGB value is (206,160,211). Sum of RGB (Red+Green+Blue) = 206+160+211=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEA0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0D3 is #315F2C. Grayscale: #B3B3B3. Windows color (decimal): -3235629 or 13869262. OLE color: 13869262.

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

Color convert

RGB 206 160 211 -
CMYK 0.02 0.24 0 0.17
HSL 294.12º 0.37% 0.73% -
HSV(B) 294.12º 0.24% 0.83% -
XYZ 49.78 42.97 67.3 -
YUV 179.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 206 160 211 0.02 0.24 0 0.17 294.12 0.37 0.73
Hex CE A0 D3 2 18 0 11 126 25 49
Octal 316 240 323 2 30 0 21 446 45 111
Binary 11001110 10100000 11010011 10 11000 0 10001 100100110 100101 1001001

Color Harmonies of #CEA0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0D3

Black with #CEA0D3

Text Example


Text Example

White with #CEA0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0D3; }

 p { color: rgb(206,160,211); }

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

background-color css

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

 a { background-color: rgb(206,160,211); }

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

border-color css

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

 span { border-color: rgb(206,160,211); }

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