Html Css Color HEX #CCABFF Mauve

📋 copy color: '#CCABFF'

red 204 ◦ green 171 ◦ blue 255

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

Shades of Mauve #CCABFF

Tints of Mauve #CCABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.48%

R = 32.38%
G = 27.14%
B = 40.48%

CMYK

 C value IS 0.2

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCABFF (or 0xCCABFF) is known color: Mauve. HEX triplet: CC, AB and FF. RGB value is (204,171,255). Sum of RGB (Red+Green+Blue) = 204+171+255=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABFF is #335400. Grayscale: #BEBEBE. Windows color (decimal): -3363841 or 16755660. OLE color: 16755660.

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

Color convert

RGB 204 171 255 -
CMYK 0.2 0.33 0 0
HSL 263.57º 1% 0.84% -
HSV(B) 263.57º 0.33% 1% -
XYZ 57.51 49.18 101.07 -
YUV 190.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 204 171 255 0.2 0.33 0 0 263.57 1 0.84
Hex CC AB FF 14 21 0 0 108 64 54
Octal 314 253 377 24 41 0 0 410 144 124
Binary 11001100 10101011 11111111 10100 100001 0 0 100001000 1100100 1010100

Color Harmonies of #CCABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABFF

Black with #CCABFF

Text Example


Text Example

White with #CCABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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