Html Css Color HEX #CFB3FB Mauve

📋 copy color: '#CFB3FB'

red 207 ◦ green 179 ◦ blue 251

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

Shades of Mauve #CFB3FB

Tints of Mauve #CFB3FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.4%

R = 32.5%
G = 28.1%
B = 39.4%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFB3FB (or 0xCFB3FB) is known color: Mauve. HEX triplet: CF, B3 and FB. RGB value is (207,179,251). Sum of RGB (Red+Green+Blue) = 207+179+251=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFB3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB3FB is #304C04. Grayscale: #C3C3C3. Windows color (decimal): -3165189 or 16495567. OLE color: 16495567.

HSL color Cylindrical-coordinate representation of color #CFB3FB: hue angle of 263.33º degrees, saturation: 0.9, 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 #CFB3FB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 179 251 -
CMYK 0.18 0.29 0 0.02
HSL 263.33º 0.9% 0.84% -
HSV(B) 263.33º 0.29% 0.98% -
XYZ 59.26 52.47 98.27 -
YUV 195.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 207 179 251 0.18 0.29 0 0.02 263.33 0.9 0.84
Hex CF B3 FB 12 1D 0 2 107 5A 54
Octal 317 263 373 22 35 0 2 407 132 124
Binary 11001111 10110011 11111011 10010 11101 0 10 100000111 1011010 1010100

Color Harmonies of #CFB3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB3FB

Black with #CFB3FB

Text Example


Text Example

White with #CFB3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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