Html Css Color HEX #CCA5FB Mauve

📋 copy color: '#CCA5FB'

red 204 ◦ green 165 ◦ blue 251

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

Shades of Mauve #CCA5FB

Tints of Mauve #CCA5FB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.61%

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

R = 32.9%
G = 26.61%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCA5FB (or 0xCCA5FB) is known color: Mauve. HEX triplet: CC, A5 and FB. RGB value is (204,165,251). Sum of RGB (Red+Green+Blue) = 204+165+251=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCA5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA5FB is #335A04. Grayscale: #BABABA. Windows color (decimal): -3365381 or 16491980. OLE color: 16491980.

HSL color Cylindrical-coordinate representation of color #CCA5FB: hue angle of 267.21º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCA5FB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 165 251 -
CMYK 0.19 0.34 0 0.02
HSL 267.21º 0.91% 0.82% -
HSV(B) 267.21º 0.34% 0.98% -
XYZ 55.77 46.71 97.34 -
YUV 186.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 204 165 251 0.19 0.34 0 0.02 267.21 0.91 0.82
Hex CC A5 FB 13 22 0 2 10B 5B 52
Octal 314 245 373 23 42 0 2 413 133 122
Binary 11001100 10100101 11111011 10011 100010 0 10 100001011 1011011 1010010

Color Harmonies of #CCA5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5FB

Black with #CCA5FB

Text Example


Text Example

White with #CCA5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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