Html Css Color HEX #CFAFF0 Mauve

📋 copy color: '#CFAFF0'

red 207 ◦ green 175 ◦ blue 240

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

Shades of Mauve #CFAFF0

Tints of Mauve #CFAFF0

RGB

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

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

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

R = 33.28%
G = 28.14%
B = 38.59%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFAFF0 (or 0xCFAFF0) is known color: Mauve. HEX triplet: CF, AF and F0. RGB value is (207,175,240). Sum of RGB (Red+Green+Blue) = 207+175+240=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFF0 is #30500F. Grayscale: #BFBFBF. Windows color (decimal): -3166224 or 15773647. OLE color: 15773647.

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

Color convert

RGB 207 175 240 -
CMYK 0.14 0.27 0 0.06
HSL 269.54º 0.68% 0.81% -
HSV(B) 269.54º 0.27% 0.94% -
XYZ 56.79 50.22 89.14 -
YUV 191.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 207 175 240 0.14 0.27 0 0.06 269.54 0.68 0.81
Hex CF AF F0 E 1B 0 6 10E 44 51
Octal 317 257 360 16 33 0 6 416 104 121
Binary 11001111 10101111 11110000 1110 11011 0 110 100001110 1000100 1010001

Color Harmonies of #CFAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFF0

Black with #CFAFF0

Text Example


Text Example

White with #CFAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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