Html Css Color HEX #CCB1FC Mauve

📋 copy color: '#CCB1FC'

red 204 ◦ green 177 ◦ blue 252

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

Shades of Mauve #CCB1FC

Tints of Mauve #CCB1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.81%

R = 32.23%
G = 27.96%
B = 39.81%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCB1FC (or 0xCCB1FC) is known color: Mauve. HEX triplet: CC, B1 and FC. RGB value is (204,177,252). Sum of RGB (Red+Green+Blue) = 204+177+252=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1FC is #334E03. Grayscale: #C1C1C1. Windows color (decimal): -3362308 or 16560588. OLE color: 16560588.

HSL color Cylindrical-coordinate representation of color #CCB1FC: hue angle of 261.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB1FC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 177 252 -
CMYK 0.19 0.30 0 0.01
HSL 261.6º 0.93% 0.84% -
HSV(B) 261.6º 0.3% 0.99% -
XYZ 58.19 51.31 98.93 -
YUV 193.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 204 177 252 0.19 0.30 0 0.01 261.6 0.93 0.84
Hex CC B1 FC 13 1E 0 1 106 5D 54
Octal 314 261 374 23 36 0 1 406 135 124
Binary 11001100 10110001 11111100 10011 11110 0 1 100000110 1011101 1010100

Color Harmonies of #CCB1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1FC

Black with #CCB1FC

Text Example


Text Example

White with #CCB1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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