Html Css Color HEX #CCB0CE Lilac

📋 copy color: '#CCB0CE'

red 204 ◦ green 176 ◦ blue 206

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

Shades of Lilac #CCB0CE

Tints of Lilac #CCB0CE

RGB

 RED value IS 204 (80.08% from 255) = 34.81%

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

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 34.81%
G = 30.03%
B = 35.15%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCB0CE (or 0xCCB0CE) is known color: Lilac. HEX triplet: CC, B0 and CE. RGB value is (204,176,206). Sum of RGB (Red+Green+Blue) = 204+176+206=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0CE is #334F31. Grayscale: #BBBBBB. Windows color (decimal): -3362610 or 13545676. OLE color: 13545676.

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

Color convert

RGB 204 176 206 -
CMYK 0.01 0.15 0 0.19
HSL 296º 0.23% 0.75% -
HSV(B) 296º 0.15% 0.81% -
XYZ 51.57 48.34 65.01 -
YUV 187.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 204 176 206 0.01 0.15 0 0.19 296 0.23 0.75
Hex CC B0 CE 1 F 0 13 128 17 4B
Octal 314 260 316 1 17 0 23 450 27 113
Binary 11001100 10110000 11001110 1 1111 0 10011 100101000 10111 1001011

Color Harmonies of #CCB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0CE

Black with #CCB0CE

Text Example


Text Example

White with #CCB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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