Html Css Color HEX #CFB0FA Mauve

📋 copy color: '#CFB0FA'

red 207 ◦ green 176 ◦ blue 250

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

Shades of Mauve #CFB0FA

Tints of Mauve #CFB0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 32.7%
G = 27.8%
B = 39.49%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFB0FA (or 0xCFB0FA) is known color: Mauve. HEX triplet: CF, B0 and FA. RGB value is (207,176,250). Sum of RGB (Red+Green+Blue) = 207+176+250=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0FA is #304F05. Grayscale: #C1C1C1. Windows color (decimal): -3165958 or 16429263. OLE color: 16429263.

HSL color Cylindrical-coordinate representation of color #CFB0FA: hue angle of 265.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFB0FA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 176 250 -
CMYK 0.17 0.30 0 0.02
HSL 265.14º 0.88% 0.84% -
HSV(B) 265.14º 0.3% 0.98% -
XYZ 58.51 51.22 97.24 -
YUV 193.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 207 176 250 0.17 0.30 0 0.02 265.14 0.88 0.84
Hex CF B0 FA 11 1E 0 2 109 58 54
Octal 317 260 372 21 36 0 2 411 130 124
Binary 11001111 10110000 11111010 10001 11110 0 10 100001001 1011000 1010100

Color Harmonies of #CFB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0FA

Black with #CFB0FA

Text Example


Text Example

White with #CFB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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