Html Css Color HEX #CCABFD Mauve

📋 copy color: '#CCABFD'

red 204 ◦ green 171 ◦ blue 253

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

Shades of Mauve #CCABFD

Tints of Mauve #CCABFD

RGB

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

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

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

R = 32.48%
G = 27.23%
B = 40.29%

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

#CCABFD (or 0xCCABFD) is known color: Mauve. HEX triplet: CC, AB and FD. RGB value is (204,171,253). Sum of RGB (Red+Green+Blue) = 204+171+253=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABFD is #335402. Grayscale: #BDBDBD. Windows color (decimal): -3363843 or 16624588. OLE color: 16624588.

HSL color Cylindrical-coordinate representation of color #CCABFD: hue angle of 264.15º degrees, saturation: 0.95, 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 #CCABFD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 171 253 -
CMYK 0.19 0.32 0 0.01
HSL 264.15º 0.95% 0.83% -
HSV(B) 264.15º 0.32% 0.99% -
XYZ 57.19 49.06 99.38 -
YUV 190.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 204 171 253 0.19 0.32 0 0.01 264.15 0.95 0.83
Hex CC AB FD 13 20 0 1 108 5F 53
Octal 314 253 375 23 40 0 1 410 137 123
Binary 11001100 10101011 11111101 10011 100000 0 1 100001000 1011111 1010011

Color Harmonies of #CCABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABFD

Black with #CCABFD

Text Example


Text Example

White with #CCABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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