#CBADFC

Color #CBADFC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CBADFC

Tints of Mauve #CBADFC

Color information

#CBADFC (or 0xCBADFC) is unknown color: approx Mauve. HEX triplet: CB, AD and FC. RGB value is (203,173,252). Sum of RGB (Red+Green+Blue) = 203+173+252=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADFC is #345203. Grayscale: #BEBEBE. Windows color (decimal): -3428868 or 16559563. OLE color: 16559563.

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

Color convert

RGB203173252-
CMYK0.190.3100.01
HSL262.78º92.94%83.33%-
HSV(B)262.78º31.35%98.82%-
XYZ57.1449.6198.66-
YUV190.98162.44136.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=32.32%
G=27.55%
B=40.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031732520.190.3100.01262.7892.9483.33
HexCBADFC131F011075d53
Octal313255374233701407135123
Binary11001011101011011111110010011111110110000011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADFC; }

 p { color: rgb(203,173,252); }

 H1.HeaderClassName
 {
   color: #CBADFC;
 }
 .AnyTagClassName
 {
   color: #CBADFC;
 }
</style>
background-color css

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

 a { background-color: rgb(203,173,252); }

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

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

 span { border-color: rgb(203,173,252); }

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