Html Css Color HEX #CF9EFB Mauve

📋 copy color: '#CF9EFB'

red 207 ◦ green 158 ◦ blue 251

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

Shades of Mauve #CF9EFB

Tints of Mauve #CF9EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.65%

 BLUE value IS 251 (98.44% from 255) = 40.75%

R = 33.6%
G = 25.65%
B = 40.75%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF9EFB (or 0xCF9EFB) is known color: Mauve. HEX triplet: CF, 9E and FB. RGB value is (207,158,251). Sum of RGB (Red+Green+Blue) = 207+158+251=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF9EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EFB is #306104. Grayscale: #B6B6B6. Windows color (decimal): -3170565 or 16490191. OLE color: 16490191.

HSL color Cylindrical-coordinate representation of color #CF9EFB: hue angle of 271.61º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF9EFB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 158 251 -
CMYK 0.18 0.37 0 0.02
HSL 271.61º 0.92% 0.8% -
HSV(B) 271.61º 0.37% 0.98% -
XYZ 55.37 44.68 96.97 -
YUV 183.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 207 158 251 0.18 0.37 0 0.02 271.61 0.92 0.8
Hex CF 9E FB 12 25 0 2 110 5C 50
Octal 317 236 373 22 45 0 2 420 134 120
Binary 11001111 10011110 11111011 10010 100101 0 10 100010000 1011100 1010000

Color Harmonies of #CF9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9EFB

Black with #CF9EFB

Text Example


Text Example

White with #CF9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9EFB; }

 p { color: rgb(207,158,251); }

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

background-color css

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

 a { background-color: rgb(207,158,251); }

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

border-color css

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

 span { border-color: rgb(207,158,251); }

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