Html Css Color HEX #CFB1FA Mauve

📋 copy color: '#CFB1FA'

red 207 ◦ green 177 ◦ blue 250

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

Shades of Mauve #CFB1FA

Tints of Mauve #CFB1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.92%

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

R = 32.65%
G = 27.92%
B = 39.43%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFB1FA (or 0xCFB1FA) is known color: Mauve. HEX triplet: CF, B1 and FA. RGB value is (207,177,250). Sum of RGB (Red+Green+Blue) = 207+177+250=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFB1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB1FA is #304E05. Grayscale: #C2C2C2. Windows color (decimal): -3165702 or 16429519. OLE color: 16429519.

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

Color convert

RGB 207 177 250 -
CMYK 0.17 0.29 0 0.02
HSL 264.66º 0.88% 0.84% -
HSV(B) 264.66º 0.29% 0.98% -
XYZ 58.71 51.61 97.31 -
YUV 194.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 207 177 250 0.17 0.29 0 0.02 264.66 0.88 0.84
Hex CF B1 FA 11 1D 0 2 109 58 54
Octal 317 261 372 21 35 0 2 411 130 124
Binary 11001111 10110001 11111010 10001 11101 0 10 100001001 1011000 1010100

Color Harmonies of #CFB1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB1FA

Black with #CFB1FA

Text Example


Text Example

White with #CFB1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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