Html Css Color HEX #CCAFFC Mauve

📋 copy color: '#CCAFFC'

red 204 ◦ green 175 ◦ blue 252

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

Shades of Mauve #CCAFFC

Tints of Mauve #CCAFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.73%

 BLUE value IS 252 (98.83% from 255) = 39.94%

R = 32.33%
G = 27.73%
B = 39.94%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCAFFC (or 0xCCAFFC) is known color: Mauve. HEX triplet: CC, AF and FC. RGB value is (204,175,252). Sum of RGB (Red+Green+Blue) = 204+175+252=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFFC is #335003. Grayscale: #C0C0C0. Windows color (decimal): -3362820 or 16560076. OLE color: 16560076.

HSL color Cylindrical-coordinate representation of color #CCAFFC: hue angle of 262.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCAFFC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 175 252 -
CMYK 0.19 0.31 0 0.01
HSL 262.6º 0.93% 0.84% -
HSV(B) 262.6º 0.31% 0.99% -
XYZ 57.8 50.53 98.8 -
YUV 192.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 204 175 252 0.19 0.31 0 0.01 262.6 0.93 0.84
Hex CC AF FC 13 1F 0 1 107 5D 54
Octal 314 257 374 23 37 0 1 407 135 124
Binary 11001100 10101111 11111100 10011 11111 0 1 100000111 1011101 1010100

Color Harmonies of #CCAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFFC

Black with #CCAFFC

Text Example


Text Example

White with #CCAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFFC; }

 p { color: rgb(204,175,252); }

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

background-color css

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

 a { background-color: rgb(204,175,252); }

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

border-color css

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

 span { border-color: rgb(204,175,252); }

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