Html Css Color HEX #CCB1F9 Mauve

📋 copy color: '#CCB1F9'

red 204 ◦ green 177 ◦ blue 249

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

Shades of Mauve #CCB1F9

Tints of Mauve #CCB1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.52%

R = 32.38%
G = 28.1%
B = 39.52%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCB1F9 (or 0xCCB1F9) is known color: Mauve. HEX triplet: CC, B1 and F9. RGB value is (204,177,249). Sum of RGB (Red+Green+Blue) = 204+177+249=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCB1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1F9 is #334E06. Grayscale: #C1C1C1. Windows color (decimal): -3362311 or 16363980. OLE color: 16363980.

HSL color Cylindrical-coordinate representation of color #CCB1F9: hue angle of 262.5º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB1F9 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 177 249 -
CMYK 0.18 0.29 0 0.02
HSL 262.5º 0.86% 0.84% -
HSV(B) 262.5º 0.29% 0.98% -
XYZ 57.72 51.12 96.45 -
YUV 193.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 204 177 249 0.18 0.29 0 0.02 262.5 0.86 0.84
Hex CC B1 F9 12 1D 0 2 106 56 54
Octal 314 261 371 22 35 0 2 406 126 124
Binary 11001100 10110001 11111001 10010 11101 0 10 100000110 1010110 1010100

Color Harmonies of #CCB1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1F9

Black with #CCB1F9

Text Example


Text Example

White with #CCB1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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