Html Css Color HEX #CE98C2 Lilac

📋 copy color: '#CE98C2'

red 206 ◦ green 152 ◦ blue 194

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

Shades of Lilac #CE98C2

Tints of Lilac #CE98C2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.54%

 BLUE value IS 194 (76.17% from 255) = 35.14%

R = 37.32%
G = 27.54%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE98C2 (or 0xCE98C2) is known color: Lilac. HEX triplet: CE, 98 and C2. RGB value is (206,152,194). Sum of RGB (Red+Green+Blue) = 206+152+194=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98C2 is #31673D. Grayscale: #ACACAC. Windows color (decimal): -3237694 or 12753102. OLE color: 12753102.

HSL color Cylindrical-coordinate representation of color #CE98C2: hue angle of 313.33º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE98C2 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 152 194 -
CMYK 0 0.26 0.06 0.19
HSL 313.33º 0.36% 0.7% -
HSV(B) 313.33º 0.26% 0.81% -
XYZ 46.42 39.47 56.21 -
YUV 172.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 206 152 194 0 0.26 0.06 0.19 313.33 0.36 0.7
Hex CE 98 C2 0 1A 6 13 139 24 46
Octal 316 230 302 0 32 6 23 471 44 106
Binary 11001110 10011000 11000010 0 11010 110 10011 100111001 100100 1000110

Color Harmonies of #CE98C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98C2

Black with #CE98C2

Text Example


Text Example

White with #CE98C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98C2; }

 p { color: rgb(206,152,194); }

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

background-color css

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

 a { background-color: rgb(206,152,194); }

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

border-color css

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

 span { border-color: rgb(206,152,194); }

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