Html Css Color HEX #CFADF5 Mauve

📋 copy color: '#CFADF5'

red 207 ◦ green 173 ◦ blue 245

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

Shades of Mauve #CFADF5

Tints of Mauve #CFADF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.2%

R = 33.12%
G = 27.68%
B = 39.2%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFADF5 (or 0xCFADF5) is known color: Mauve. HEX triplet: CF, AD and F5. RGB value is (207,173,245). Sum of RGB (Red+Green+Blue) = 207+173+245=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 245 (96.09% from 255 or 39.2% from 625); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADF5 is #30520A. Grayscale: #BFBFBF. Windows color (decimal): -3166731 or 16100815. OLE color: 16100815.

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

Color convert

RGB 207 173 245 -
CMYK 0.16 0.29 0 0.04
HSL 268.33º 0.78% 0.82% -
HSV(B) 268.33º 0.29% 0.96% -
XYZ 57.16 49.75 92.98 -
YUV 191.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 207 173 245 0.16 0.29 0 0.04 268.33 0.78 0.82
Hex CF AD F5 10 1D 0 4 10C 4E 52
Octal 317 255 365 20 35 0 4 414 116 122
Binary 11001111 10101101 11110101 10000 11101 0 100 100001100 1001110 1010010

Color Harmonies of #CFADF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADF5

Black with #CFADF5

Text Example


Text Example

White with #CFADF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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