Html Css Color HEX #CCACFC Mauve

📋 copy color: '#CCACFC'

red 204 ◦ green 172 ◦ blue 252

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

Shades of Mauve #CCACFC

Tints of Mauve #CCACFC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.39%

 BLUE value IS 252 (98.83% from 255) = 40.13%

R = 32.48%
G = 27.39%
B = 40.13%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCACFC (or 0xCCACFC) is known color: Mauve. HEX triplet: CC, AC and FC. RGB value is (204,172,252). Sum of RGB (Red+Green+Blue) = 204+172+252=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACFC is #335303. Grayscale: #BEBEBE. Windows color (decimal): -3363588 or 16559308. OLE color: 16559308.

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

Color convert

RGB 204 172 252 -
CMYK 0.19 0.32 0 0.01
HSL 264º 0.93% 0.83% -
HSV(B) 264º 0.32% 0.99% -
XYZ 57.23 49.37 98.61 -
YUV 190.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 204 172 252 0.19 0.32 0 0.01 264 0.93 0.83
Hex CC AC FC 13 20 0 1 108 5D 53
Octal 314 254 374 23 40 0 1 410 135 123
Binary 11001100 10101100 11111100 10011 100000 0 1 100001000 1011101 1010011

Color Harmonies of #CCACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACFC

Black with #CCACFC

Text Example


Text Example

White with #CCACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACFC; }

 p { color: rgb(204,172,252); }

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

background-color css

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

 a { background-color: rgb(204,172,252); }

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

border-color css

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

 span { border-color: rgb(204,172,252); }

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