Html Css Color HEX #CCB1CF Lilac

📋 copy color: '#CCB1CF'

red 204 ◦ green 177 ◦ blue 207

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

Shades of Lilac #CCB1CF

Tints of Lilac #CCB1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.2%

R = 34.69%
G = 30.1%
B = 35.2%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCB1CF (or 0xCCB1CF) is known color: Lilac. HEX triplet: CC, B1 and CF. RGB value is (204,177,207). Sum of RGB (Red+Green+Blue) = 204+177+207=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1CF is #334E30. Grayscale: #BCBCBC. Windows color (decimal): -3362353 or 13611468. OLE color: 13611468.

HSL color Cylindrical-coordinate representation of color #CCB1CF: hue angle of 294º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB1CF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 177 207 -
CMYK 0.01 0.14 0 0.19
HSL 294º 0.24% 0.75% -
HSV(B) 294º 0.14% 0.81% -
XYZ 51.89 48.79 65.71 -
YUV 188.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 204 177 207 0.01 0.14 0 0.19 294 0.24 0.75
Hex CC B1 CF 1 E 0 13 126 18 4B
Octal 314 261 317 1 16 0 23 446 30 113
Binary 11001100 10110001 11001111 1 1110 0 10011 100100110 11000 1001011

Color Harmonies of #CCB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1CF

Black with #CCB1CF

Text Example


Text Example

White with #CCB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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