Html Css Color HEX #CCB1FF Mauve

📋 copy color: '#CCB1FF'

red 204 ◦ green 177 ◦ blue 255

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

Shades of Mauve #CCB1FF

Tints of Mauve #CCB1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.09%

R = 32.08%
G = 27.83%
B = 40.09%

CMYK

 C value IS 0.2

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCB1FF (or 0xCCB1FF) is known color: Mauve. HEX triplet: CC, B1 and FF. RGB value is (204,177,255). Sum of RGB (Red+Green+Blue) = 204+177+255=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1FF is #334E00. Grayscale: #C1C1C1. Windows color (decimal): -3362305 or 16757196. OLE color: 16757196.

HSL color Cylindrical-coordinate representation of color #CCB1FF: hue angle of 260.77º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCB1FF is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 177 255 -
CMYK 0.2 0.31 0 0
HSL 260.77º 1% 0.85% -
HSV(B) 260.77º 0.31% 1% -
XYZ 58.67 51.5 101.46 -
YUV 193.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 204 177 255 0.2 0.31 0 0 260.77 1 0.85
Hex CC B1 FF 14 1F 0 0 105 64 55
Octal 314 261 377 24 37 0 0 405 144 125
Binary 11001100 10110001 11111111 10100 11111 0 0 100000101 1100100 1010101

Color Harmonies of #CCB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1FF

Black with #CCB1FF

Text Example


Text Example

White with #CCB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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