Html Css Color HEX #CEB1CA Lilac

📋 copy color: '#CEB1CA'

red 206 ◦ green 177 ◦ blue 202

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

Shades of Lilac #CEB1CA

Tints of Lilac #CEB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.26%

 BLUE value IS 202 (79.3% from 255) = 34.53%

R = 35.21%
G = 30.26%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEB1CA (or 0xCEB1CA) is known color: Lilac. HEX triplet: CE, B1 and CA. RGB value is (206,177,202). Sum of RGB (Red+Green+Blue) = 206+177+202=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1CA is #314E35. Grayscale: #BCBCBC. Windows color (decimal): -3231286 or 13283790. OLE color: 13283790.

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

Color convert

RGB 206 177 202 -
CMYK 0 0.14 0.02 0.19
HSL 308.28º 0.23% 0.75% -
HSV(B) 308.28º 0.14% 0.81% -
XYZ 51.84 48.83 62.57 -
YUV 188.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 206 177 202 0 0.14 0.02 0.19 308.28 0.23 0.75
Hex CE B1 CA 0 E 2 13 134 17 4B
Octal 316 261 312 0 16 2 23 464 27 113
Binary 11001110 10110001 11001010 0 1110 10 10011 100110100 10111 1001011

Color Harmonies of #CEB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1CA

Black with #CEB1CA

Text Example


Text Example

White with #CEB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1CA; }

 p { color: rgb(206,177,202); }

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

background-color css

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

 a { background-color: rgb(206,177,202); }

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

border-color css

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

 span { border-color: rgb(206,177,202); }

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