Html Css Color HEX #CDA6FE Mauve

📋 copy color: '#CDA6FE'

red 205 ◦ green 166 ◦ blue 254

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

Shades of Mauve #CDA6FE

Tints of Mauve #CDA6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.64%

R = 32.8%
G = 26.56%
B = 40.64%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CDA6FE (or 0xCDA6FE) is known color: Mauve. HEX triplet: CD, A6 and FE. RGB value is (205,166,254). Sum of RGB (Red+Green+Blue) = 205+166+254=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA6FE is #325901. Grayscale: #BBBBBB. Windows color (decimal): -3299586 or 16688845. OLE color: 16688845.

HSL color Cylindrical-coordinate representation of color #CDA6FE: hue angle of 266.59º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA6FE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 205 166 254 -
CMYK 0.19 0.35 0 0.00
HSL 266.59º 0.98% 0.82% -
HSV(B) 266.59º 0.35% 1% -
XYZ 56.7 47.41 99.93 -
YUV 187.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 205 166 254 0.19 0.35 0 0.00 266.59 0.98 0.82
Hex CD A6 FE 13 23 0 0 10B 62 52
Octal 315 246 376 23 43 0 0 413 142 122
Binary 11001101 10100110 11111110 10011 100011 0 0 100001011 1100010 1010010

Color Harmonies of #CDA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6FE

Black with #CDA6FE

Text Example


Text Example

White with #CDA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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