Html Css Color HEX #CDA6FF Mauve

📋 copy color: '#CDA6FF'

red 205 ◦ green 166 ◦ blue 255

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

Shades of Mauve #CDA6FF

Tints of Mauve #CDA6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.73%

R = 32.75%
G = 26.52%
B = 40.73%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CDA6FF (or 0xCDA6FF) is known color: Mauve. HEX triplet: CD, A6 and FF. RGB value is (205,166,255). Sum of RGB (Red+Green+Blue) = 205+166+255=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA6FF is #325900. Grayscale: #BBBBBB. Windows color (decimal): -3299585 or 16754381. OLE color: 16754381.

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

Color convert

RGB 205 166 255 -
CMYK 0.20 0.35 0 0
HSL 266.29º 1% 0.83% -
HSV(B) 266.29º 0.35% 1% -
XYZ 56.86 47.47 100.77 -
YUV 187.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 205 166 255 0.20 0.35 0 0 266.29 1 0.83
Hex CD A6 FF 14 23 0 0 10A 64 53
Octal 315 246 377 24 43 0 0 412 144 123
Binary 11001101 10100110 11111111 10100 100011 0 0 100001010 1100100 1010011

Color Harmonies of #CDA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6FF

Black with #CDA6FF

Text Example


Text Example

White with #CDA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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