#CDABFF

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

Shades of Mauve #CDABFF

Tints of Mauve #CDABFF

Color information

#CDABFF (or 0xCDABFF) is unknown color: approx Mauve. HEX triplet: CD, AB and FF. RGB value is (205,171,255). Sum of RGB (Red+Green+Blue) = 205+171+255=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABFF is #325400. Grayscale: #BEBEBE. Windows color (decimal): -3298305 or 16755661. OLE color: 16755661.

HSL color Cylindrical-coordinate representation of color #CDABFF: hue angle of 264.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDABFF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205171255-
CMYK0.200.3300
HSL264.29º100%83.53%-
HSV(B)264.29º32.94%100%-
XYZ57.7949.32101.08-
YUV190.74164.26138.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.49%
GREEN value IS 171 (67.19% from 255) = 27.10%
BLUE value IS 255 (100% from 255) = 40.41%
R=32.49%
G=27.10%
B=40.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051712550.200.3300264.2910083.53
HexCDABFF1421001086454
Octal315253377244100410144124
Binary110011011010101111111111101001000010010000100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABFF; }

 p { color: rgb(205,171,255); }

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

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

 a { background-color: rgb(205,171,255); }

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

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

 span { border-color: rgb(205,171,255); }

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