Html Css Color HEX #CEB2CF Lilac

📋 copy color: '#CEB2CF'

red 206 ◦ green 178 ◦ blue 207

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

Shades of Lilac #CEB2CF

Tints of Lilac #CEB2CF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.12%

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 34.86%
G = 30.12%
B = 35.03%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEB2CF (or 0xCEB2CF) is known color: Lilac. HEX triplet: CE, B2 and CF. RGB value is (206,178,207). Sum of RGB (Red+Green+Blue) = 206+178+207=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2CF is #314D30. Grayscale: #BDBDBD. Windows color (decimal): -3231025 or 13611726. OLE color: 13611726.

HSL color Cylindrical-coordinate representation of color #CEB2CF: hue angle of 297.93º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB2CF is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 207 -
CMYK 0.00 0.14 0 0.19
HSL 297.93º 0.23% 0.75% -
HSV(B) 297.93º 0.14% 0.81% -
XYZ 52.64 49.47 65.81 -
YUV 189.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 206 178 207 0.00 0.14 0 0.19 297.93 0.23 0.75
Hex CE B2 CF 0 E 0 13 12A 17 4B
Octal 316 262 317 0 16 0 23 452 27 113
Binary 11001110 10110010 11001111 0 1110 0 10011 100101010 10111 1001011

Color Harmonies of #CEB2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2CF

Black with #CEB2CF

Text Example


Text Example

White with #CEB2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2CF; }

 p { color: rgb(206,178,207); }

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

background-color css

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

 a { background-color: rgb(206,178,207); }

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

border-color css

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

 span { border-color: rgb(206,178,207); }

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