Html Css Color HEX #CFABFF Mauve

📋 copy color: '#CFABFF'

red 207 ◦ green 171 ◦ blue 255

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

Shades of Mauve #CFABFF

Tints of Mauve #CFABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.28%

R = 32.7%
G = 27.01%
B = 40.28%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CFABFF (or 0xCFABFF) is known color: Mauve. HEX triplet: CF, AB and FF. RGB value is (207,171,255). Sum of RGB (Red+Green+Blue) = 207+171+255=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABFF is #305400. Grayscale: #BFBFBF. Windows color (decimal): -3167233 or 16755663. OLE color: 16755663.

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

Color convert

RGB 207 171 255 -
CMYK 0.19 0.33 0 0
HSL 265.71º 1% 0.84% -
HSV(B) 265.71º 0.33% 1% -
XYZ 58.35 49.61 101.11 -
YUV 191.34 163.93 139.17 -
System Red Green Blue C M Y K H S L
Decimal 207 171 255 0.19 0.33 0 0 265.71 1 0.84
Hex CF AB FF 13 21 0 0 10A 64 54
Octal 317 253 377 23 41 0 0 412 144 124
Binary 11001111 10101011 11111111 10011 100001 0 0 100001010 1100100 1010100

Color Harmonies of #CFABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABFF

Black with #CFABFF

Text Example


Text Example

White with #CFABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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