Html Css Color HEX #CDA9FF Mauve

📋 copy color: '#CDA9FF'

red 205 ◦ green 169 ◦ blue 255

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

Shades of Mauve #CDA9FF

Tints of Mauve #CDA9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.87%

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

R = 32.59%
G = 26.87%
B = 40.54%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CDA9FF (or 0xCDA9FF) is known color: Mauve. HEX triplet: CD, A9 and FF. RGB value is (205,169,255). Sum of RGB (Red+Green+Blue) = 205+169+255=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9FF is #325600. Grayscale: #BDBDBD. Windows color (decimal): -3298817 or 16755149. OLE color: 16755149.

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

Color convert

RGB 205 169 255 -
CMYK 0.20 0.34 0 0
HSL 265.12º 1% 0.83% -
HSV(B) 265.12º 0.34% 1% -
XYZ 57.41 48.58 100.96 -
YUV 189.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 205 169 255 0.20 0.34 0 0 265.12 1 0.83
Hex CD A9 FF 14 22 0 0 109 64 53
Octal 315 251 377 24 42 0 0 411 144 123
Binary 11001101 10101001 11111111 10100 100010 0 0 100001001 1100100 1010011

Color Harmonies of #CDA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA9FF

Black with #CDA9FF

Text Example


Text Example

White with #CDA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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