Html Css Color HEX #CFB4FE Mauve

📋 copy color: '#CFB4FE'

red 207 ◦ green 180 ◦ blue 254

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

Shades of Mauve #CFB4FE

Tints of Mauve #CFB4FE

RGB

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

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

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

R = 32.29%
G = 28.08%
B = 39.63%

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

#CFB4FE (or 0xCFB4FE) is known color: Mauve. HEX triplet: CF, B4 and FE. RGB value is (207,180,254). Sum of RGB (Red+Green+Blue) = 207+180+254=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4FE is #304B01. Grayscale: #C4C4C4. Windows color (decimal): -3164930 or 16692431. OLE color: 16692431.

HSL color Cylindrical-coordinate representation of color #CFB4FE: hue angle of 261.89º 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 #CFB4FE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 180 254 -
CMYK 0.19 0.29 0 0.00
HSL 261.89º 0.97% 0.85% -
HSV(B) 261.89º 0.29% 1% -
XYZ 59.94 53.06 100.85 -
YUV 196.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 207 180 254 0.19 0.29 0 0.00 261.89 0.97 0.85
Hex CF B4 FE 13 1D 0 0 106 61 55
Octal 317 264 376 23 35 0 0 406 141 125
Binary 11001111 10110100 11111110 10011 11101 0 0 100000110 1100001 1010101

Color Harmonies of #CFB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4FE

Black with #CFB4FE

Text Example


Text Example

White with #CFB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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