Html Css Color HEX #CCAFFE Mauve

📋 copy color: '#CCAFFE'

red 204 ◦ green 175 ◦ blue 254

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

Shades of Mauve #CCAFFE

Tints of Mauve #CCAFFE

RGB

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

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

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

R = 32.23%
G = 27.65%
B = 40.13%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCAFFE (or 0xCCAFFE) is known color: Mauve. HEX triplet: CC, AF and FE. RGB value is (204,175,254). Sum of RGB (Red+Green+Blue) = 204+175+254=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFFE is #335001. Grayscale: #C0C0C0. Windows color (decimal): -3362818 or 16691148. OLE color: 16691148.

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

Color convert

RGB 204 175 254 -
CMYK 0.20 0.31 0 0.00
HSL 262.03º 0.98% 0.84% -
HSV(B) 262.03º 0.31% 1% -
XYZ 58.12 50.65 100.48 -
YUV 192.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 204 175 254 0.20 0.31 0 0.00 262.03 0.98 0.84
Hex CC AF FE 14 1F 0 0 106 62 54
Octal 314 257 376 24 37 0 0 406 142 124
Binary 11001100 10101111 11111110 10100 11111 0 0 100000110 1100010 1010100

Color Harmonies of #CCAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFFE

Black with #CCAFFE

Text Example


Text Example

White with #CCAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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