Html Css Color HEX #CFACFD Mauve

📋 copy color: '#CFACFD'

red 207 ◦ green 172 ◦ blue 253

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

Shades of Mauve #CFACFD

Tints of Mauve #CFACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.22%

 BLUE value IS 253 (99.22% from 255) = 40.03%

R = 32.75%
G = 27.22%
B = 40.03%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFACFD (or 0xCFACFD) is known color: Mauve. HEX triplet: CF, AC and FD. RGB value is (207,172,253). Sum of RGB (Red+Green+Blue) = 207+172+253=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACFD is #305302. Grayscale: #BFBFBF. Windows color (decimal): -3166979 or 16624847. OLE color: 16624847.

HSL color Cylindrical-coordinate representation of color #CFACFD: hue angle of 265.93º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFACFD is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 172 253 -
CMYK 0.18 0.32 0 0.01
HSL 265.93º 0.95% 0.83% -
HSV(B) 265.93º 0.32% 0.99% -
XYZ 58.21 49.86 99.48 -
YUV 191.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 207 172 253 0.18 0.32 0 0.01 265.93 0.95 0.83
Hex CF AC FD 12 20 0 1 10A 5F 53
Octal 317 254 375 22 40 0 1 412 137 123
Binary 11001111 10101100 11111101 10010 100000 0 1 100001010 1011111 1010011

Color Harmonies of #CFACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACFD

Black with #CFACFD

Text Example


Text Example

White with #CFACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACFD; }

 p { color: rgb(207,172,253); }

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

background-color css

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

 a { background-color: rgb(207,172,253); }

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

border-color css

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

 span { border-color: rgb(207,172,253); }

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