Html Css Color HEX #CCA6FD Mauve

📋 copy color: '#CCA6FD'

red 204 ◦ green 166 ◦ blue 253

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

Shades of Mauve #CCA6FD

Tints of Mauve #CCA6FD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.65%

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 32.74%
G = 26.65%
B = 40.61%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCA6FD (or 0xCCA6FD) is known color: Mauve. HEX triplet: CC, A6 and FD. RGB value is (204,166,253). Sum of RGB (Red+Green+Blue) = 204+166+253=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6FD is #335902. Grayscale: #BABABA. Windows color (decimal): -3365123 or 16623308. OLE color: 16623308.

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

Color convert

RGB 204 166 253 -
CMYK 0.19 0.34 0 0.01
HSL 266.21º 0.96% 0.82% -
HSV(B) 266.21º 0.34% 0.99% -
XYZ 56.27 47.2 99.07 -
YUV 187.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 204 166 253 0.19 0.34 0 0.01 266.21 0.96 0.82
Hex CC A6 FD 13 22 0 1 10A 60 52
Octal 314 246 375 23 42 0 1 412 140 122
Binary 11001100 10100110 11111101 10011 100010 0 1 100001010 1100000 1010010

Color Harmonies of #CCA6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6FD

Black with #CCA6FD

Text Example


Text Example

White with #CCA6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6FD; }

 p { color: rgb(204,166,253); }

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

background-color css

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

 a { background-color: rgb(204,166,253); }

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

border-color css

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

 span { border-color: rgb(204,166,253); }

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