Html Css Color HEX #CDA4FD Mauve

📋 copy color: '#CDA4FD'

red 205 ◦ green 164 ◦ blue 253

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

Shades of Mauve #CDA4FD

Tints of Mauve #CDA4FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.68%

R = 32.96%
G = 26.37%
B = 40.68%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CDA4FD (or 0xCDA4FD) is known color: Mauve. HEX triplet: CD, A4 and FD. RGB value is (205,164,253). Sum of RGB (Red+Green+Blue) = 205+164+253=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDA4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA4FD is #325B02. Grayscale: #BABABA. Windows color (decimal): -3300099 or 16622797. OLE color: 16622797.

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

Color convert

RGB 205 164 253 -
CMYK 0.19 0.35 0 0.01
HSL 267.64º 0.96% 0.82% -
HSV(B) 267.64º 0.35% 0.99% -
XYZ 56.18 46.62 98.97 -
YUV 186.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 205 164 253 0.19 0.35 0 0.01 267.64 0.96 0.82
Hex CD A4 FD 13 23 0 1 10C 60 52
Octal 315 244 375 23 43 0 1 414 140 122
Binary 11001101 10100100 11111101 10011 100011 0 1 100001100 1100000 1010010

Color Harmonies of #CDA4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA4FD

Black with #CDA4FD

Text Example


Text Example

White with #CDA4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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