Html Css Color HEX #CFAFF9 Mauve

📋 copy color: '#CFAFF9'

red 207 ◦ green 175 ◦ blue 249

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

Shades of Mauve #CFAFF9

Tints of Mauve #CFAFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.46%

R = 32.81%
G = 27.73%
B = 39.46%

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

#CFAFF9 (or 0xCFAFF9) is known color: Mauve. HEX triplet: CF, AF and F9. RGB value is (207,175,249). Sum of RGB (Red+Green+Blue) = 207+175+249=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFF9 is #305006. Grayscale: #C0C0C0. Windows color (decimal): -3166215 or 16363471. OLE color: 16363471.

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

Color convert

RGB 207 175 249 -
CMYK 0.17 0.30 0 0.02
HSL 265.95º 0.86% 0.83% -
HSV(B) 265.95º 0.3% 0.98% -
XYZ 58.16 50.76 96.36 -
YUV 193 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 207 175 249 0.17 0.30 0 0.02 265.95 0.86 0.83
Hex CF AF F9 11 1E 0 2 10A 56 53
Octal 317 257 371 21 36 0 2 412 126 123
Binary 11001111 10101111 11111001 10001 11110 0 10 100001010 1010110 1010011

Color Harmonies of #CFAFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFF9

Black with #CFAFF9

Text Example


Text Example

White with #CFAFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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