Html Css Color HEX #CFADF6 Mauve

📋 copy color: '#CFADF6'

red 207 ◦ green 173 ◦ blue 246

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

Shades of Mauve #CFADF6

Tints of Mauve #CFADF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.3%

R = 33.07%
G = 27.64%
B = 39.3%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFADF6 (or 0xCFADF6) is known color: Mauve. HEX triplet: CF, AD and F6. RGB value is (207,173,246). Sum of RGB (Red+Green+Blue) = 207+173+246=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADF6 is #305209. Grayscale: #BFBFBF. Windows color (decimal): -3166730 or 16166351. OLE color: 16166351.

HSL color Cylindrical-coordinate representation of color #CFADF6: hue angle of 267.95º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFADF6 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 173 246 -
CMYK 0.16 0.30 0 0.04
HSL 267.95º 0.8% 0.82% -
HSV(B) 267.95º 0.3% 0.96% -
XYZ 57.31 49.81 93.78 -
YUV 191.49 158.76 139.06 -
System Red Green Blue C M Y K H S L
Decimal 207 173 246 0.16 0.30 0 0.04 267.95 0.8 0.82
Hex CF AD F6 10 1E 0 4 10C 50 52
Octal 317 255 366 20 36 0 4 414 120 122
Binary 11001111 10101101 11110110 10000 11110 0 100 100001100 1010000 1010010

Color Harmonies of #CFADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADF6

Black with #CFADF6

Text Example


Text Example

White with #CFADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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