Html Css Color HEX #CFB4F9 Mauve

📋 copy color: '#CFB4F9'

red 207 ◦ green 180 ◦ blue 249

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

Shades of Mauve #CFB4F9

Tints of Mauve #CFB4F9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.3%

 BLUE value IS 249 (97.66% from 255) = 39.15%

R = 32.55%
G = 28.3%
B = 39.15%

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

#CFB4F9 (or 0xCFB4F9) is known color: Mauve. HEX triplet: CF, B4 and F9. RGB value is (207,180,249). Sum of RGB (Red+Green+Blue) = 207+180+249=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFB4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4F9 is #304B06. Grayscale: #C3C3C3. Windows color (decimal): -3164935 or 16364751. OLE color: 16364751.

HSL color Cylindrical-coordinate representation of color #CFB4F9: hue angle of 263.48º degrees, saturation: 0.85, 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 #CFB4F9 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 180 249 -
CMYK 0.17 0.28 0 0.02
HSL 263.48º 0.85% 0.84% -
HSV(B) 263.48º 0.28% 0.98% -
XYZ 59.15 52.75 96.69 -
YUV 195.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 207 180 249 0.17 0.28 0 0.02 263.48 0.85 0.84
Hex CF B4 F9 11 1C 0 2 107 55 54
Octal 317 264 371 21 34 0 2 407 125 124
Binary 11001111 10110100 11111001 10001 11100 0 10 100000111 1010101 1010100

Color Harmonies of #CFB4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4F9

Black with #CFB4F9

Text Example


Text Example

White with #CFB4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4F9; }

 p { color: rgb(207,180,249); }

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

background-color css

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

 a { background-color: rgb(207,180,249); }

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

border-color css

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

 span { border-color: rgb(207,180,249); }

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