Html Css Color HEX #CCA8FD Mauve

📋 copy color: '#CCA8FD'

red 204 ◦ green 168 ◦ blue 253

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

Shades of Mauve #CCA8FD

Tints of Mauve #CCA8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.88%

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

R = 32.64%
G = 26.88%
B = 40.48%

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

#CCA8FD (or 0xCCA8FD) is known color: Mauve. HEX triplet: CC, A8 and FD. RGB value is (204,168,253). Sum of RGB (Red+Green+Blue) = 204+168+253=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8FD is #335702. Grayscale: #BCBCBC. Windows color (decimal): -3364611 or 16623820. OLE color: 16623820.

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

Color convert

RGB 204 168 253 -
CMYK 0.19 0.34 0 0.01
HSL 265.41º 0.96% 0.83% -
HSV(B) 265.41º 0.34% 0.99% -
XYZ 56.63 47.93 99.2 -
YUV 188.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 204 168 253 0.19 0.34 0 0.01 265.41 0.96 0.83
Hex CC A8 FD 13 22 0 1 109 60 53
Octal 314 250 375 23 42 0 1 411 140 123
Binary 11001100 10101000 11111101 10011 100010 0 1 100001001 1100000 1010011

Color Harmonies of #CCA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8FD

Black with #CCA8FD

Text Example


Text Example

White with #CCA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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