Html Css Color HEX #CEB2CC Lilac

📋 copy color: '#CEB2CC'

red 206 ◦ green 178 ◦ blue 204

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

Shades of Lilac #CEB2CC

Tints of Lilac #CEB2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 35.03%
G = 30.27%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CEB2CC (or 0xCEB2CC) is known color: Lilac. HEX triplet: CE, B2 and CC. RGB value is (206,178,204). Sum of RGB (Red+Green+Blue) = 206+178+204=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2CC is #314D33. Grayscale: #BDBDBD. Windows color (decimal): -3231028 or 13415118. OLE color: 13415118.

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

Color convert

RGB 206 178 204 -
CMYK 0 0.14 0.01 0.19
HSL 304.29º 0.22% 0.75% -
HSV(B) 304.29º 0.14% 0.81% -
XYZ 52.27 49.32 63.89 -
YUV 189.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 206 178 204 0 0.14 0.01 0.19 304.29 0.22 0.75
Hex CE B2 CC 0 E 1 13 130 16 4B
Octal 316 262 314 0 16 1 23 460 26 113
Binary 11001110 10110010 11001100 0 1110 1 10011 100110000 10110 1001011

Color Harmonies of #CEB2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2CC

Black with #CEB2CC

Text Example


Text Example

White with #CEB2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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