Html Css Color HEX #CE9BD5 Lilac

📋 copy color: '#CE9BD5'

red 206 ◦ green 155 ◦ blue 213

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

Shades of Lilac #CE9BD5

Tints of Lilac #CE9BD5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27%

 BLUE value IS 213 (83.59% from 255) = 37.11%

R = 35.89%
G = 27%
B = 37.11%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE9BD5 (or 0xCE9BD5) is known color: Lilac. HEX triplet: CE, 9B and D5. RGB value is (206,155,213). Sum of RGB (Red+Green+Blue) = 206+155+213=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE9BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BD5 is #31642A. Grayscale: #B0B0B0. Windows color (decimal): -3236907 or 13999054. OLE color: 13999054.

HSL color Cylindrical-coordinate representation of color #CE9BD5: hue angle of 292.76º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE9BD5 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 155 213 -
CMYK 0.03 0.27 0 0.16
HSL 292.76º 0.41% 0.72% -
HSV(B) 292.76º 0.27% 0.84% -
XYZ 49.19 41.37 68.34 -
YUV 176.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 206 155 213 0.03 0.27 0 0.16 292.76 0.41 0.72
Hex CE 9B D5 3 1B 0 10 125 29 48
Octal 316 233 325 3 33 0 20 445 51 110
Binary 11001110 10011011 11010101 11 11011 0 10000 100100101 101001 1001000

Color Harmonies of #CE9BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BD5

Black with #CE9BD5

Text Example


Text Example

White with #CE9BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BD5; }

 p { color: rgb(206,155,213); }

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

background-color css

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

 a { background-color: rgb(206,155,213); }

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

border-color css

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

 span { border-color: rgb(206,155,213); }

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