Html Css Color HEX #CCB5CB Lilac

📋 copy color: '#CCB5CB'

red 204 ◦ green 181 ◦ blue 203

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

Shades of Lilac #CCB5CB

Tints of Lilac #CCB5CB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.78%

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

R = 34.69%
G = 30.78%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCB5CB (or 0xCCB5CB) is known color: Lilac. HEX triplet: CC, B5 and CB. RGB value is (204,181,203). Sum of RGB (Red+Green+Blue) = 204+181+203=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5CB is #334A34. Grayscale: #BEBEBE. Windows color (decimal): -3361333 or 13350348. OLE color: 13350348.

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

Color convert

RGB 204 181 203 -
CMYK 0 0.11 0.00 0.2
HSL 302.61º 0.18% 0.75% -
HSV(B) 302.61º 0.11% 0.8% -
XYZ 52.21 50.2 63.44 -
YUV 190.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 204 181 203 0 0.11 0.00 0.2 302.61 0.18 0.75
Hex CC B5 CB 0 B 0 14 12F 12 4B
Octal 314 265 313 0 13 0 24 457 22 113
Binary 11001100 10110101 11001011 0 1011 0 10100 100101111 10010 1001011

Color Harmonies of #CCB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5CB

Black with #CCB5CB

Text Example


Text Example

White with #CCB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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