Html Css Color HEX #CFB5FC Mauve

📋 copy color: '#CFB5FC'

red 207 ◦ green 181 ◦ blue 252

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

Shades of Mauve #CFB5FC

Tints of Mauve #CFB5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.38%

R = 32.34%
G = 28.28%
B = 39.38%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFB5FC (or 0xCFB5FC) is known color: Mauve. HEX triplet: CF, B5 and FC. RGB value is (207,181,252). Sum of RGB (Red+Green+Blue) = 207+181+252=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFB5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5FC is #304A03. Grayscale: #C4C4C4. Windows color (decimal): -3164676 or 16561615. OLE color: 16561615.

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

Color convert

RGB 207 181 252 -
CMYK 0.18 0.28 0 0.01
HSL 261.97º 0.92% 0.85% -
HSV(B) 261.97º 0.28% 0.99% -
XYZ 59.83 53.34 99.24 -
YUV 196.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 207 181 252 0.18 0.28 0 0.01 261.97 0.92 0.85
Hex CF B5 FC 12 1C 0 1 106 5C 55
Octal 317 265 374 22 34 0 1 406 134 125
Binary 11001111 10110101 11111100 10010 11100 0 1 100000110 1011100 1010101

Color Harmonies of #CFB5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5FC

Black with #CFB5FC

Text Example


Text Example

White with #CFB5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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