Html Css Color HEX #CCB2FB Mauve

📋 copy color: '#CCB2FB'

red 204 ◦ green 178 ◦ blue 251

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

Shades of Mauve #CCB2FB

Tints of Mauve #CCB2FB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.12%

 BLUE value IS 251 (98.44% from 255) = 39.65%

R = 32.23%
G = 28.12%
B = 39.65%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCB2FB (or 0xCCB2FB) is known color: Mauve. HEX triplet: CC, B2 and FB. RGB value is (204,178,251). Sum of RGB (Red+Green+Blue) = 204+178+251=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCB2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2FB is #334D04. Grayscale: #C1C1C1. Windows color (decimal): -3362053 or 16495308. OLE color: 16495308.

HSL color Cylindrical-coordinate representation of color #CCB2FB: hue angle of 261.37º degrees, saturation: 0.9, 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 #CCB2FB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 178 251 -
CMYK 0.19 0.29 0 0.02
HSL 261.37º 0.9% 0.84% -
HSV(B) 261.37º 0.29% 0.98% -
XYZ 58.23 51.64 98.17 -
YUV 194.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 204 178 251 0.19 0.29 0 0.02 261.37 0.9 0.84
Hex CC B2 FB 13 1D 0 2 105 5A 54
Octal 314 262 373 23 35 0 2 405 132 124
Binary 11001100 10110010 11111011 10011 11101 0 10 100000101 1011010 1010100

Color Harmonies of #CCB2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2FB

Black with #CCB2FB

Text Example


Text Example

White with #CCB2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2FB; }

 p { color: rgb(204,178,251); }

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

background-color css

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

 a { background-color: rgb(204,178,251); }

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

border-color css

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

 span { border-color: rgb(204,178,251); }

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