Html Css Color HEX #CCB1CA Lilac

📋 copy color: '#CCB1CA'

red 204 ◦ green 177 ◦ blue 202

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

Shades of Lilac #CCB1CA

Tints of Lilac #CCB1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.65%

R = 34.99%
G = 30.36%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCB1CA (or 0xCCB1CA) is known color: Lilac. HEX triplet: CC, B1 and CA. RGB value is (204,177,202). Sum of RGB (Red+Green+Blue) = 204+177+202=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1CA is #334E35. Grayscale: #BBBBBB. Windows color (decimal): -3362358 or 13283788. OLE color: 13283788.

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

Color convert

RGB 204 177 202 -
CMYK 0 0.13 0.01 0.2
HSL 304.44º 0.21% 0.75% -
HSV(B) 304.44º 0.13% 0.8% -
XYZ 51.28 48.55 62.54 -
YUV 187.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 204 177 202 0 0.13 0.01 0.2 304.44 0.21 0.75
Hex CC B1 CA 0 D 1 14 130 15 4B
Octal 314 261 312 0 15 1 24 460 25 113
Binary 11001100 10110001 11001010 0 1101 1 10100 100110000 10101 1001011

Color Harmonies of #CCB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1CA

Black with #CCB1CA

Text Example


Text Example

White with #CCB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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