Html Css Color HEX #CFABF8 Mauve

📋 copy color: '#CFABF8'

red 207 ◦ green 171 ◦ blue 248

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

Shades of Mauve #CFABF8

Tints of Mauve #CFABF8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.32%

 BLUE value IS 248 (97.27% from 255) = 39.62%

R = 33.07%
G = 27.32%
B = 39.62%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CFABF8 (or 0xCFABF8) is known color: Mauve. HEX triplet: CF, AB and F8. RGB value is (207,171,248). Sum of RGB (Red+Green+Blue) = 207+171+248=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABF8 is #305407. Grayscale: #BEBEBE. Windows color (decimal): -3167240 or 16296911. OLE color: 16296911.

HSL color Cylindrical-coordinate representation of color #CFABF8: hue angle of 268.05º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFABF8 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 171 248 -
CMYK 0.17 0.31 0 0.03
HSL 268.05º 0.85% 0.82% -
HSV(B) 268.05º 0.31% 0.97% -
XYZ 57.24 49.17 95.28 -
YUV 190.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 207 171 248 0.17 0.31 0 0.03 268.05 0.85 0.82
Hex CF AB F8 11 1F 0 3 10C 55 52
Octal 317 253 370 21 37 0 3 414 125 122
Binary 11001111 10101011 11111000 10001 11111 0 11 100001100 1010101 1010010

Color Harmonies of #CFABF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABF8

Black with #CFABF8

Text Example


Text Example

White with #CFABF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABF8; }

 p { color: rgb(207,171,248); }

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

background-color css

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

 a { background-color: rgb(207,171,248); }

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

border-color css

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

 span { border-color: rgb(207,171,248); }

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