Html Css Color HEX #CDA6F9 Mauve

📋 copy color: '#CDA6F9'

red 205 ◦ green 166 ◦ blue 249

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

Shades of Mauve #CDA6F9

Tints of Mauve #CDA6F9

RGB

 RED value IS 205 (80.47% from 255) = 33.06%

 GREEN value IS 166 (65.23% from 255) = 26.77%

 BLUE value IS 249 (97.66% from 255) = 40.16%

R = 33.06%
G = 26.77%
B = 40.16%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDA6F9 (or 0xCDA6F9) is known color: Mauve. HEX triplet: CD, A6 and F9. RGB value is (205,166,249). Sum of RGB (Red+Green+Blue) = 205+166+249=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDA6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA6F9 is #325906. Grayscale: #BABABA. Windows color (decimal): -3299591 or 16361165. OLE color: 16361165.

HSL color Cylindrical-coordinate representation of color #CDA6F9: hue angle of 268.19º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDA6F9 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 166 249 -
CMYK 0.18 0.33 0 0.02
HSL 268.19º 0.87% 0.81% -
HSV(B) 268.19º 0.33% 0.98% -
XYZ 55.91 47.09 95.77 -
YUV 187.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 205 166 249 0.18 0.33 0 0.02 268.19 0.87 0.81
Hex CD A6 F9 12 21 0 2 10C 57 51
Octal 315 246 371 22 41 0 2 414 127 121
Binary 11001101 10100110 11111001 10010 100001 0 10 100001100 1010111 1010001

Color Harmonies of #CDA6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6F9

Black with #CDA6F9

Text Example


Text Example

White with #CDA6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6F9; }

 p { color: rgb(205,166,249); }

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

background-color css

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

 a { background-color: rgb(205,166,249); }

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

border-color css

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

 span { border-color: rgb(205,166,249); }

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