Html Css Color HEX #CCB0CB Lilac

📋 copy color: '#CCB0CB'

red 204 ◦ green 176 ◦ blue 203

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

Shades of Lilac #CCB0CB

Tints of Lilac #CCB0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.82%

R = 34.99%
G = 30.19%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCB0CB (or 0xCCB0CB) is known color: Lilac. HEX triplet: CC, B0 and CB. RGB value is (204,176,203). Sum of RGB (Red+Green+Blue) = 204+176+203=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0CB is #334F34. Grayscale: #BBBBBB. Windows color (decimal): -3362613 or 13349068. OLE color: 13349068.

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

Color convert

RGB 204 176 203 -
CMYK 0 0.14 0.00 0.2
HSL 302.14º 0.22% 0.75% -
HSV(B) 302.14º 0.14% 0.8% -
XYZ 51.21 48.2 63.1 -
YUV 187.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 204 176 203 0 0.14 0.00 0.2 302.14 0.22 0.75
Hex CC B0 CB 0 E 0 14 12E 16 4B
Octal 314 260 313 0 16 0 24 456 26 113
Binary 11001100 10110000 11001011 0 1110 0 10100 100101110 10110 1001011

Color Harmonies of #CCB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0CB

Black with #CCB0CB

Text Example


Text Example

White with #CCB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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