Html Css Color HEX #CFAFFB Mauve

📋 copy color: '#CFAFFB'

red 207 ◦ green 175 ◦ blue 251

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

Shades of Mauve #CFAFFB

Tints of Mauve #CFAFFB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.65%

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

R = 32.7%
G = 27.65%
B = 39.65%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFAFFB (or 0xCFAFFB) is known color: Mauve. HEX triplet: CF, AF and FB. RGB value is (207,175,251). Sum of RGB (Red+Green+Blue) = 207+175+251=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFAFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFFB is #305004. Grayscale: #C0C0C0. Windows color (decimal): -3166213 or 16494543. OLE color: 16494543.

HSL color Cylindrical-coordinate representation of color #CFAFFB: hue angle of 265.26º degrees, saturation: 0.9, 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 #CFAFFB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 175 251 -
CMYK 0.18 0.30 0 0.02
HSL 265.26º 0.9% 0.84% -
HSV(B) 265.26º 0.3% 0.98% -
XYZ 58.47 50.89 98.01 -
YUV 193.23 160.6 137.82 -
System Red Green Blue C M Y K H S L
Decimal 207 175 251 0.18 0.30 0 0.02 265.26 0.9 0.84
Hex CF AF FB 12 1E 0 2 109 5A 54
Octal 317 257 373 22 36 0 2 411 132 124
Binary 11001111 10101111 11111011 10010 11110 0 10 100001001 1011010 1010100

Color Harmonies of #CFAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFFB

Black with #CFAFFB

Text Example


Text Example

White with #CFAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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