Html Css Color HEX #CEB0CA Lilac

📋 copy color: '#CEB0CA'

red 206 ◦ green 176 ◦ blue 202

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

Shades of Lilac #CEB0CA

Tints of Lilac #CEB0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.14%

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

R = 35.27%
G = 30.14%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEB0CA (or 0xCEB0CA) is known color: Lilac. HEX triplet: CE, B0 and CA. RGB value is (206,176,202). Sum of RGB (Red+Green+Blue) = 206+176+202=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0CA is #314F35. Grayscale: #BBBBBB. Windows color (decimal): -3231542 or 13283534. OLE color: 13283534.

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

Color convert

RGB 206 176 202 -
CMYK 0 0.15 0.02 0.19
HSL 308º 0.23% 0.75% -
HSV(B) 308º 0.15% 0.81% -
XYZ 51.64 48.44 62.5 -
YUV 187.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 206 176 202 0 0.15 0.02 0.19 308 0.23 0.75
Hex CE B0 CA 0 F 2 13 134 17 4B
Octal 316 260 312 0 17 2 23 464 27 113
Binary 11001110 10110000 11001010 0 1111 10 10011 100110100 10111 1001011

Color Harmonies of #CEB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0CA

Black with #CEB0CA

Text Example


Text Example

White with #CEB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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