#CDB1FC

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

Shades of Mauve #CDB1FC

Tints of Mauve #CDB1FC

Color information

#CDB1FC (or 0xCDB1FC) is unknown color: approx Mauve. HEX triplet: CD, B1 and FC. RGB value is (205,177,252). Sum of RGB (Red+Green+Blue) = 205+177+252=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB1FC is #324E03. Grayscale: #C1C1C1. Windows color (decimal): -3296772 or 16560589. OLE color: 16560589.

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

Color convert

RGB205177252-
CMYK0.190.3000.01
HSL262.4º92.59%84.12%-
HSV(B)262.4º29.76%98.82%-
XYZ58.4751.4598.94-
YUV193.92160.78135.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 177 (69.53% from 255) = 27.92%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=32.33%
G=27.92%
B=39.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051772520.190.3000.01262.492.5984.12
HexCDB1FC131E011065d54
Octal315261374233601406135124
Binary11001101101100011111110010011111100110000011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1FC; }

 p { color: rgb(205,177,252); }

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

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

 a { background-color: rgb(205,177,252); }

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

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

 span { border-color: rgb(205,177,252); }

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