Html Css Color HEX #CFADF9 Mauve

📋 copy color: '#CFADF9'

red 207 ◦ green 173 ◦ blue 249

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

Shades of Mauve #CFADF9

Tints of Mauve #CFADF9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.5%

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

R = 32.91%
G = 27.5%
B = 39.59%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFADF9 (or 0xCFADF9) is known color: Mauve. HEX triplet: CF, AD and F9. RGB value is (207,173,249). Sum of RGB (Red+Green+Blue) = 207+173+249=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADF9 is #305206. Grayscale: #BFBFBF. Windows color (decimal): -3166727 or 16362959. OLE color: 16362959.

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

Color convert

RGB 207 173 249 -
CMYK 0.17 0.31 0 0.02
HSL 266.84º 0.86% 0.83% -
HSV(B) 266.84º 0.31% 0.98% -
XYZ 57.77 49.99 96.23 -
YUV 191.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 207 173 249 0.17 0.31 0 0.02 266.84 0.86 0.83
Hex CF AD F9 11 1F 0 2 10B 56 53
Octal 317 255 371 21 37 0 2 413 126 123
Binary 11001111 10101101 11111001 10001 11111 0 10 100001011 1010110 1010011

Color Harmonies of #CFADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADF9

Black with #CFADF9

Text Example


Text Example

White with #CFADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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