Html Css Color HEX #CCB1CB Lilac

📋 copy color: '#CCB1CB'

red 204 ◦ green 177 ◦ blue 203

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

Shades of Lilac #CCB1CB

Tints of Lilac #CCB1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.31%

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

R = 34.93%
G = 30.31%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCB1CB (or 0xCCB1CB) is known color: Lilac. HEX triplet: CC, B1 and CB. RGB value is (204,177,203). Sum of RGB (Red+Green+Blue) = 204+177+203=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1CB is #334E34. Grayscale: #BBBBBB. Windows color (decimal): -3362357 or 13349324. OLE color: 13349324.

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

Color convert

RGB 204 177 203 -
CMYK 0 0.13 0.00 0.2
HSL 302.22º 0.21% 0.75% -
HSV(B) 302.22º 0.13% 0.8% -
XYZ 51.4 48.59 63.17 -
YUV 188.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 204 177 203 0 0.13 0.00 0.2 302.22 0.21 0.75
Hex CC B1 CB 0 D 0 14 12E 15 4B
Octal 314 261 313 0 15 0 24 456 25 113
Binary 11001100 10110001 11001011 0 1101 0 10100 100101110 10101 1001011

Color Harmonies of #CCB1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1CB

Black with #CCB1CB

Text Example


Text Example

White with #CCB1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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