Html Css Color HEX #CFABFC Mauve

📋 copy color: '#CFABFC'

red 207 ◦ green 171 ◦ blue 252

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

Shades of Mauve #CFABFC

Tints of Mauve #CFABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40%

R = 32.86%
G = 27.14%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFABFC (or 0xCFABFC) is known color: Mauve. HEX triplet: CF, AB and FC. RGB value is (207,171,252). Sum of RGB (Red+Green+Blue) = 207+171+252=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABFC is #305403. Grayscale: #BEBEBE. Windows color (decimal): -3167236 or 16559055. OLE color: 16559055.

HSL color Cylindrical-coordinate representation of color #CFABFC: hue angle of 266.67º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFABFC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 171 252 -
CMYK 0.18 0.32 0 0.01
HSL 266.67º 0.93% 0.83% -
HSV(B) 266.67º 0.32% 0.99% -
XYZ 57.87 49.42 98.58 -
YUV 191 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 207 171 252 0.18 0.32 0 0.01 266.67 0.93 0.83
Hex CF AB FC 12 20 0 1 10B 5D 53
Octal 317 253 374 22 40 0 1 413 135 123
Binary 11001111 10101011 11111100 10010 100000 0 1 100001011 1011101 1010011

Color Harmonies of #CFABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABFC

Black with #CFABFC

Text Example


Text Example

White with #CFABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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