Html Css Color HEX #CDA4FA Mauve

📋 copy color: '#CDA4FA'

red 205 ◦ green 164 ◦ blue 250

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

Shades of Mauve #CDA4FA

Tints of Mauve #CDA4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.49%

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

R = 33.12%
G = 26.49%
B = 40.39%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDA4FA (or 0xCDA4FA) is known color: Mauve. HEX triplet: CD, A4 and FA. RGB value is (205,164,250). Sum of RGB (Red+Green+Blue) = 205+164+250=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA4FA is #325B05. Grayscale: #B9B9B9. Windows color (decimal): -3300102 or 16426189. OLE color: 16426189.

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

Color convert

RGB 205 164 250 -
CMYK 0.18 0.34 0 0.02
HSL 268.6º 0.9% 0.81% -
HSV(B) 268.6º 0.34% 0.98% -
XYZ 55.71 46.43 96.47 -
YUV 186.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 205 164 250 0.18 0.34 0 0.02 268.6 0.9 0.81
Hex CD A4 FA 12 22 0 2 10D 5A 51
Octal 315 244 372 22 42 0 2 415 132 121
Binary 11001101 10100100 11111010 10010 100010 0 10 100001101 1011010 1010001

Color Harmonies of #CDA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA4FA

Black with #CDA4FA

Text Example


Text Example

White with #CDA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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