Html Css Color HEX #CFAAFA Mauve

📋 copy color: '#CFAAFA'

red 207 ◦ green 170 ◦ blue 250

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

Shades of Mauve #CFAAFA

Tints of Mauve #CFAAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.87%

R = 33.01%
G = 27.11%
B = 39.87%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFAAFA (or 0xCFAAFA) is known color: Mauve. HEX triplet: CF, AA and FA. RGB value is (207,170,250). Sum of RGB (Red+Green+Blue) = 207+170+250=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAFA is #305505. Grayscale: #BDBDBD. Windows color (decimal): -3167494 or 16427727. OLE color: 16427727.

HSL color Cylindrical-coordinate representation of color #CFAAFA: hue angle of 267.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFAAFA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 170 250 -
CMYK 0.17 0.32 0 0.02
HSL 267.75º 0.89% 0.82% -
HSV(B) 267.75º 0.32% 0.98% -
XYZ 57.36 48.92 96.86 -
YUV 190.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 207 170 250 0.17 0.32 0 0.02 267.75 0.89 0.82
Hex CF AA FA 11 20 0 2 10C 59 52
Octal 317 252 372 21 40 0 2 414 131 122
Binary 11001111 10101010 11111010 10001 100000 0 10 100001100 1011001 1010010

Color Harmonies of #CFAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAFA

Black with #CFAAFA

Text Example


Text Example

White with #CFAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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