Html Css Color HEX #CFB3FA Mauve

📋 copy color: '#CFB3FA'

red 207 ◦ green 179 ◦ blue 250

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

Shades of Mauve #CFB3FA

Tints of Mauve #CFB3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.14%

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

R = 32.55%
G = 28.14%
B = 39.31%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFB3FA (or 0xCFB3FA) is known color: Mauve. HEX triplet: CF, B3 and FA. RGB value is (207,179,250). Sum of RGB (Red+Green+Blue) = 207+179+250=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 179 (70.31% from 255 or 28.14% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB3FA is #304C05. Grayscale: #C3C3C3. Windows color (decimal): -3165190 or 16430031. OLE color: 16430031.

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

Color convert

RGB 207 179 250 -
CMYK 0.17 0.28 0 0.02
HSL 263.66º 0.88% 0.84% -
HSV(B) 263.66º 0.28% 0.98% -
XYZ 59.11 52.41 97.44 -
YUV 195.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 207 179 250 0.17 0.28 0 0.02 263.66 0.88 0.84
Hex CF B3 FA 11 1C 0 2 108 58 54
Octal 317 263 372 21 34 0 2 410 130 124
Binary 11001111 10110011 11111010 10001 11100 0 10 100001000 1011000 1010100

Color Harmonies of #CFB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB3FA

Black with #CFB3FA

Text Example


Text Example

White with #CFB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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