Html Css Color HEX #CFB5FE Mauve

📋 copy color: '#CFB5FE'

red 207 ◦ green 181 ◦ blue 254

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

Shades of Mauve #CFB5FE

Tints of Mauve #CFB5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.56%

R = 32.24%
G = 28.19%
B = 39.56%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CFB5FE (or 0xCFB5FE) is known color: Mauve. HEX triplet: CF, B5 and FE. RGB value is (207,181,254). Sum of RGB (Red+Green+Blue) = 207+181+254=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5FE is #304A01. Grayscale: #C4C4C4. Windows color (decimal): -3164674 or 16692687. OLE color: 16692687.

HSL color Cylindrical-coordinate representation of color #CFB5FE: hue angle of 261.37º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFB5FE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 181 254 -
CMYK 0.19 0.29 0 0.00
HSL 261.37º 0.97% 0.85% -
HSV(B) 261.37º 0.29% 1% -
XYZ 60.15 53.47 100.92 -
YUV 197.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 207 181 254 0.19 0.29 0 0.00 261.37 0.97 0.85
Hex CF B5 FE 13 1D 0 0 105 61 55
Octal 317 265 376 23 35 0 0 405 141 125
Binary 11001111 10110101 11111110 10011 11101 0 0 100000101 1100001 1010101

Color Harmonies of #CFB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5FE

Black with #CFB5FE

Text Example


Text Example

White with #CFB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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