Html Css Color HEX #CCB0CC Lilac

📋 copy color: '#CCB0CC'

red 204 ◦ green 176 ◦ blue 204

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

Shades of Lilac #CCB0CC

Tints of Lilac #CCB0CC

RGB

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

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

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

R = 34.93%
G = 30.14%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CCB0CC (or 0xCCB0CC) is known color: Lilac. HEX triplet: CC, B0 and CC. RGB value is (204,176,204). Sum of RGB (Red+Green+Blue) = 204+176+204=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCB0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0CC is #334F33. Grayscale: #BBBBBB. Windows color (decimal): -3362612 or 13414604. OLE color: 13414604.

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

Color convert

RGB 204 176 204 -
CMYK 0 0.14 0 0.2
HSL 300º 0.22% 0.75% -
HSV(B) 300º 0.14% 0.8% -
XYZ 51.33 48.25 63.73 -
YUV 187.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 204 176 204 0 0.14 0 0.2 300 0.22 0.75
Hex CC B0 CC 0 E 0 14 12C 16 4B
Octal 314 260 314 0 16 0 24 454 26 113
Binary 11001100 10110000 11001100 0 1110 0 10100 100101100 10110 1001011

Color Harmonies of #CCB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0CC

Black with #CCB0CC

Text Example


Text Example

White with #CCB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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