Html Css Color HEX #CFB4FB Mauve

📋 copy color: '#CFB4FB'

red 207 ◦ green 180 ◦ blue 251

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

Shades of Mauve #CFB4FB

Tints of Mauve #CFB4FB

RGB

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

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

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

R = 32.45%
G = 28.21%
B = 39.34%

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

#CFB4FB (or 0xCFB4FB) is known color: Mauve. HEX triplet: CF, B4 and FB. RGB value is (207,180,251). Sum of RGB (Red+Green+Blue) = 207+180+251=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFB4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4FB is #304B04. Grayscale: #C3C3C3. Windows color (decimal): -3164933 or 16495823. OLE color: 16495823.

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

Color convert

RGB 207 180 251 -
CMYK 0.18 0.28 0 0.02
HSL 262.82º 0.9% 0.85% -
HSV(B) 262.82º 0.28% 0.98% -
XYZ 59.47 52.87 98.34 -
YUV 196.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 207 180 251 0.18 0.28 0 0.02 262.82 0.9 0.85
Hex CF B4 FB 12 1C 0 2 107 5A 55
Octal 317 264 373 22 34 0 2 407 132 125
Binary 11001111 10110100 11111011 10010 11100 0 10 100000111 1011010 1010101

Color Harmonies of #CFB4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4FB

Black with #CFB4FB

Text Example


Text Example

White with #CFB4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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