Html Css Color HEX #CFB0F5 Mauve

📋 copy color: '#CFB0F5'

red 207 ◦ green 176 ◦ blue 245

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

Shades of Mauve #CFB0F5

Tints of Mauve #CFB0F5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.03%

 BLUE value IS 245 (96.09% from 255) = 39.01%

R = 32.96%
G = 28.03%
B = 39.01%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFB0F5 (or 0xCFB0F5) is known color: Mauve. HEX triplet: CF, B0 and F5. RGB value is (207,176,245). Sum of RGB (Red+Green+Blue) = 207+176+245=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFB0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0F5 is #304F0A. Grayscale: #C0C0C0. Windows color (decimal): -3165963 or 16101583. OLE color: 16101583.

HSL color Cylindrical-coordinate representation of color #CFB0F5: hue angle of 266.96º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFB0F5 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 176 245 -
CMYK 0.16 0.28 0 0.04
HSL 266.96º 0.78% 0.83% -
HSV(B) 266.96º 0.28% 0.96% -
XYZ 57.74 50.91 93.17 -
YUV 193.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 207 176 245 0.16 0.28 0 0.04 266.96 0.78 0.83
Hex CF B0 F5 10 1C 0 4 10B 4E 53
Octal 317 260 365 20 34 0 4 413 116 123
Binary 11001111 10110000 11110101 10000 11100 0 100 100001011 1001110 1010011

Color Harmonies of #CFB0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0F5

Black with #CFB0F5

Text Example


Text Example

White with #CFB0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0F5; }

 p { color: rgb(207,176,245); }

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

background-color css

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

 a { background-color: rgb(207,176,245); }

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

border-color css

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

 span { border-color: rgb(207,176,245); }

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