Html Css Color HEX #CCAAFA Mauve

📋 copy color: '#CCAAFA'

red 204 ◦ green 170 ◦ blue 250

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

Shades of Mauve #CCAAFA

Tints of Mauve #CCAAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.24%

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 32.69%
G = 27.24%
B = 40.06%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCAAFA (or 0xCCAAFA) is known color: Mauve. HEX triplet: CC, AA and FA. RGB value is (204,170,250). Sum of RGB (Red+Green+Blue) = 204+170+250=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAFA is #335505. Grayscale: #BDBDBD. Windows color (decimal): -3364102 or 16427724. OLE color: 16427724.

HSL color Cylindrical-coordinate representation of color #CCAAFA: hue angle of 265.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCAAFA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 170 250 -
CMYK 0.18 0.32 0 0.02
HSL 265.5º 0.89% 0.82% -
HSV(B) 265.5º 0.32% 0.98% -
XYZ 56.53 48.49 96.82 -
YUV 189.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 204 170 250 0.18 0.32 0 0.02 265.5 0.89 0.82
Hex CC AA FA 12 20 0 2 10A 59 52
Octal 314 252 372 22 40 0 2 412 131 122
Binary 11001100 10101010 11111010 10010 100000 0 10 100001010 1011001 1010010

Color Harmonies of #CCAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAFA

Black with #CCAAFA

Text Example


Text Example

White with #CCAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAFA; }

 p { color: rgb(204,170,250); }

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

background-color css

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

 a { background-color: rgb(204,170,250); }

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

border-color css

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

 span { border-color: rgb(204,170,250); }

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