Html Css Color HEX #CFADF0 Mauve

📋 copy color: '#CFADF0'

red 207 ◦ green 173 ◦ blue 240

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

Shades of Mauve #CFADF0

Tints of Mauve #CFADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.71%

R = 33.39%
G = 27.9%
B = 38.71%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFADF0 (or 0xCFADF0) is known color: Mauve. HEX triplet: CF, AD and F0. RGB value is (207,173,240). Sum of RGB (Red+Green+Blue) = 207+173+240=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADF0 is #30520F. Grayscale: #BEBEBE. Windows color (decimal): -3166736 or 15773135. OLE color: 15773135.

HSL color Cylindrical-coordinate representation of color #CFADF0: hue angle of 270.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFADF0 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 173 240 -
CMYK 0.14 0.28 0 0.06
HSL 270.45º 0.69% 0.81% -
HSV(B) 270.45º 0.28% 0.94% -
XYZ 56.4 49.44 89.01 -
YUV 190.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 207 173 240 0.14 0.28 0 0.06 270.45 0.69 0.81
Hex CF AD F0 E 1C 0 6 10E 45 51
Octal 317 255 360 16 34 0 6 416 105 121
Binary 11001111 10101101 11110000 1110 11100 0 110 100001110 1000101 1010001

Color Harmonies of #CFADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADF0

Black with #CFADF0

Text Example


Text Example

White with #CFADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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