Html Css Color HEX #CCAAFE Mauve

📋 copy color: '#CCAAFE'

red 204 ◦ green 170 ◦ blue 254

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

Shades of Mauve #CCAAFE

Tints of Mauve #CCAAFE

RGB

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

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

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

R = 32.48%
G = 27.07%
B = 40.45%

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

#CCAAFE (or 0xCCAAFE) is known color: Mauve. HEX triplet: CC, AA and FE. RGB value is (204,170,254). Sum of RGB (Red+Green+Blue) = 204+170+254=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAFE is #335501. Grayscale: #BDBDBD. Windows color (decimal): -3364098 or 16689868. OLE color: 16689868.

HSL color Cylindrical-coordinate representation of color #CCAAFE: hue angle of 264.29º 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 #CCAAFE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 170 254 -
CMYK 0.20 0.33 0 0.00
HSL 264.29º 0.98% 0.83% -
HSV(B) 264.29º 0.33% 1% -
XYZ 57.17 48.74 100.16 -
YUV 189.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 204 170 254 0.20 0.33 0 0.00 264.29 0.98 0.83
Hex CC AA FE 14 21 0 0 108 62 53
Octal 314 252 376 24 41 0 0 410 142 123
Binary 11001100 10101010 11111110 10100 100001 0 0 100001000 1100010 1010011

Color Harmonies of #CCAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAFE

Black with #CCAAFE

Text Example


Text Example

White with #CCAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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