Html Css Color HEX #CCACFE Mauve

📋 copy color: '#CCACFE'

red 204 ◦ green 172 ◦ blue 254

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

Shades of Mauve #CCACFE

Tints of Mauve #CCACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 32.38%
G = 27.3%
B = 40.32%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCACFE (or 0xCCACFE) is known color: Mauve. HEX triplet: CC, AC and FE. RGB value is (204,172,254). Sum of RGB (Red+Green+Blue) = 204+172+254=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACFE is #335301. Grayscale: #BEBEBE. Windows color (decimal): -3363586 or 16690380. OLE color: 16690380.

HSL color Cylindrical-coordinate representation of color #CCACFE: hue angle of 263.41º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCACFE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 172 254 -
CMYK 0.20 0.32 0 0.00
HSL 263.41º 0.98% 0.84% -
HSV(B) 263.41º 0.32% 1% -
XYZ 57.54 49.5 100.29 -
YUV 190.92 163.6 137.33 -
System Red Green Blue C M Y K H S L
Decimal 204 172 254 0.20 0.32 0 0.00 263.41 0.98 0.84
Hex CC AC FE 14 20 0 0 107 62 54
Octal 314 254 376 24 40 0 0 407 142 124
Binary 11001100 10101100 11111110 10100 100000 0 0 100000111 1100010 1010100

Color Harmonies of #CCACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACFE

Black with #CCACFE

Text Example


Text Example

White with #CCACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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