Html Css Color HEX #CFB5FB Mauve

📋 copy color: '#CFB5FB'

red 207 ◦ green 181 ◦ blue 251

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

Shades of Mauve #CFB5FB

Tints of Mauve #CFB5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.33%

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

R = 32.39%
G = 28.33%
B = 39.28%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFB5FB (or 0xCFB5FB) is known color: Mauve. HEX triplet: CF, B5 and FB. RGB value is (207,181,251). Sum of RGB (Red+Green+Blue) = 207+181+251=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5FB is #304A04. Grayscale: #C4C4C4. Windows color (decimal): -3164677 or 16496079. OLE color: 16496079.

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

Color convert

RGB 207 181 251 -
CMYK 0.18 0.28 0 0.02
HSL 262.29º 0.9% 0.85% -
HSV(B) 262.29º 0.28% 0.98% -
XYZ 59.67 53.28 98.41 -
YUV 196.75 158.61 135.31 -
System Red Green Blue C M Y K H S L
Decimal 207 181 251 0.18 0.28 0 0.02 262.29 0.9 0.85
Hex CF B5 FB 12 1C 0 2 106 5A 55
Octal 317 265 373 22 34 0 2 406 132 125
Binary 11001111 10110101 11111011 10010 11100 0 10 100000110 1011010 1010101

Color Harmonies of #CFB5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5FB

Black with #CFB5FB

Text Example


Text Example

White with #CFB5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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