Html Css Color HEX #CDA9FA Mauve

📋 copy color: '#CDA9FA'

red 205 ◦ green 169 ◦ blue 250

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

Shades of Mauve #CDA9FA

Tints of Mauve #CDA9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 32.85%
G = 27.08%
B = 40.06%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDA9FA (or 0xCDA9FA) is known color: Mauve. HEX triplet: CD, A9 and FA. RGB value is (205,169,250). Sum of RGB (Red+Green+Blue) = 205+169+250=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9FA is #325605. Grayscale: #BCBCBC. Windows color (decimal): -3298822 or 16427469. OLE color: 16427469.

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

Color convert

RGB 205 169 250 -
CMYK 0.18 0.32 0 0.02
HSL 266.67º 0.89% 0.82% -
HSV(B) 266.67º 0.32% 0.98% -
XYZ 56.62 48.26 96.77 -
YUV 189 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 205 169 250 0.18 0.32 0 0.02 266.67 0.89 0.82
Hex CD A9 FA 12 20 0 2 10B 59 52
Octal 315 251 372 22 40 0 2 413 131 122
Binary 11001101 10101001 11111010 10010 100000 0 10 100001011 1011001 1010010

Color Harmonies of #CDA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA9FA

Black with #CDA9FA

Text Example


Text Example

White with #CDA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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