Html Css Color HEX #CFAAF4 Mauve

📋 copy color: '#CFAAF4'

red 207 ◦ green 170 ◦ blue 244

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

Shades of Mauve #CFAAF4

Tints of Mauve #CFAAF4

RGB

 RED value IS 207 (81.25% from 255) = 33.33%

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

 BLUE value IS 244 (95.7% from 255) = 39.29%

R = 33.33%
G = 27.38%
B = 39.29%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFAAF4 (or 0xCFAAF4) is known color: Mauve. HEX triplet: CF, AA and F4. RGB value is (207,170,244). Sum of RGB (Red+Green+Blue) = 207+170+244=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFAAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF4 is #30550B. Grayscale: #BDBDBD. Windows color (decimal): -3167500 or 16034511. OLE color: 16034511.

HSL color Cylindrical-coordinate representation of color #CFAAF4: hue angle of 270º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFAAF4 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 170 244 -
CMYK 0.15 0.30 0 0.04
HSL 270º 0.77% 0.81% -
HSV(B) 270º 0.3% 0.96% -
XYZ 56.44 48.55 91.98 -
YUV 189.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 207 170 244 0.15 0.30 0 0.04 270 0.77 0.81
Hex CF AA F4 F 1E 0 4 10E 4D 51
Octal 317 252 364 17 36 0 4 416 115 121
Binary 11001111 10101010 11110100 1111 11110 0 100 100001110 1001101 1010001

Color Harmonies of #CFAAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAF4

Black with #CFAAF4

Text Example


Text Example

White with #CFAAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAF4; }

 p { color: rgb(207,170,244); }

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

background-color css

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

 a { background-color: rgb(207,170,244); }

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

border-color css

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

 span { border-color: rgb(207,170,244); }

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