Html Css Color HEX #CCB3FC Mauve

📋 copy color: '#CCB3FC'

red 204 ◦ green 179 ◦ blue 252

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

Shades of Mauve #CCB3FC

Tints of Mauve #CCB3FC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.19%

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

R = 32.13%
G = 28.19%
B = 39.69%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCB3FC (or 0xCCB3FC) is known color: Mauve. HEX triplet: CC, B3 and FC. RGB value is (204,179,252). Sum of RGB (Red+Green+Blue) = 204+179+252=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3FC is #334C03. Grayscale: #C2C2C2. Windows color (decimal): -3361796 or 16561100. OLE color: 16561100.

HSL color Cylindrical-coordinate representation of color #CCB3FC: hue angle of 260.55º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB3FC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 179 252 -
CMYK 0.19 0.29 0 0.01
HSL 260.55º 0.92% 0.85% -
HSV(B) 260.55º 0.29% 0.99% -
XYZ 58.59 52.11 99.06 -
YUV 194.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 204 179 252 0.19 0.29 0 0.01 260.55 0.92 0.85
Hex CC B3 FC 13 1D 0 1 105 5C 55
Octal 314 263 374 23 35 0 1 405 134 125
Binary 11001100 10110011 11111100 10011 11101 0 1 100000101 1011100 1010101

Color Harmonies of #CCB3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB3FC

Black with #CCB3FC

Text Example


Text Example

White with #CCB3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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