Html Css Color HEX #CCABFE Mauve

📋 copy color: '#CCABFE'

red 204 ◦ green 171 ◦ blue 254

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

Shades of Mauve #CCABFE

Tints of Mauve #CCABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.19%

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

R = 32.43%
G = 27.19%
B = 40.38%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCABFE (or 0xCCABFE) is known color: Mauve. HEX triplet: CC, AB and FE. RGB value is (204,171,254). Sum of RGB (Red+Green+Blue) = 204+171+254=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABFE is #335401. Grayscale: #BEBEBE. Windows color (decimal): -3363842 or 16690124. OLE color: 16690124.

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

Color convert

RGB 204 171 254 -
CMYK 0.20 0.33 0 0.00
HSL 263.86º 0.98% 0.83% -
HSV(B) 263.86º 0.33% 1% -
XYZ 57.35 49.12 100.22 -
YUV 190.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 204 171 254 0.20 0.33 0 0.00 263.86 0.98 0.83
Hex CC AB FE 14 21 0 0 108 62 53
Octal 314 253 376 24 41 0 0 410 142 123
Binary 11001100 10101011 11111110 10100 100001 0 0 100001000 1100010 1010011

Color Harmonies of #CCABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABFE

Black with #CCABFE

Text Example


Text Example

White with #CCABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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