Html Css Color HEX #CFAAF3 Mauve

📋 copy color: '#CFAAF3'

red 207 ◦ green 170 ◦ blue 243

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

Shades of Mauve #CFAAF3

Tints of Mauve #CFAAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.19%

R = 33.39%
G = 27.42%
B = 39.19%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFAAF3 (or 0xCFAAF3) is known color: Mauve. HEX triplet: CF, AA and F3. RGB value is (207,170,243). Sum of RGB (Red+Green+Blue) = 207+170+243=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF3 is #30550C. Grayscale: #BDBDBD. Windows color (decimal): -3167501 or 15968975. OLE color: 15968975.

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

Color convert

RGB 207 170 243 -
CMYK 0.15 0.30 0 0.05
HSL 270.41º 0.75% 0.81% -
HSV(B) 270.41º 0.3% 0.95% -
XYZ 56.28 48.49 91.19 -
YUV 189.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 207 170 243 0.15 0.30 0 0.05 270.41 0.75 0.81
Hex CF AA F3 F 1E 0 5 10E 4B 51
Octal 317 252 363 17 36 0 5 416 113 121
Binary 11001111 10101010 11110011 1111 11110 0 101 100001110 1001011 1010001

Color Harmonies of #CFAAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAF3

Black with #CFAAF3

Text Example


Text Example

White with #CFAAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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