Html Css Color HEX #CE9ED2 Lilac

📋 copy color: '#CE9ED2'

red 206 ◦ green 158 ◦ blue 210

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

Shades of Lilac #CE9ED2

Tints of Lilac #CE9ED2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.53%

 BLUE value IS 210 (82.42% from 255) = 36.59%

R = 35.89%
G = 27.53%
B = 36.59%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE9ED2 (or 0xCE9ED2) is known color: Lilac. HEX triplet: CE, 9E and D2. RGB value is (206,158,210). Sum of RGB (Red+Green+Blue) = 206+158+210=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE9ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ED2 is #31612D. Grayscale: #B2B2B2. Windows color (decimal): -3236142 or 13803214. OLE color: 13803214.

HSL color Cylindrical-coordinate representation of color #CE9ED2: hue angle of 295.38º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CE9ED2 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 158 210 -
CMYK 0.02 0.25 0 0.18
HSL 295.38º 0.37% 0.72% -
HSV(B) 295.38º 0.25% 0.82% -
XYZ 49.31 42.23 66.52 -
YUV 178.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 206 158 210 0.02 0.25 0 0.18 295.38 0.37 0.72
Hex CE 9E D2 2 19 0 12 127 25 48
Octal 316 236 322 2 31 0 22 447 45 110
Binary 11001110 10011110 11010010 10 11001 0 10010 100100111 100101 1001000

Color Harmonies of #CE9ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9ED2

Black with #CE9ED2

Text Example


Text Example

White with #CE9ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9ED2; }

 p { color: rgb(206,158,210); }

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

background-color css

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

 a { background-color: rgb(206,158,210); }

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

border-color css

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

 span { border-color: rgb(206,158,210); }

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