Html Css Color HEX #CDAAFD Mauve

📋 copy color: '#CDAAFD'

red 205 ◦ green 170 ◦ blue 253

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

Shades of Mauve #CDAAFD

Tints of Mauve #CDAAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.07%

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

R = 32.64%
G = 27.07%
B = 40.29%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CDAAFD (or 0xCDAAFD) is known color: Mauve. HEX triplet: CD, AA and FD. RGB value is (205,170,253). Sum of RGB (Red+Green+Blue) = 205+170+253=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAFD is #325502. Grayscale: #BDBDBD. Windows color (decimal): -3298563 or 16624333. OLE color: 16624333.

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

Color convert

RGB 205 170 253 -
CMYK 0.19 0.33 0 0.01
HSL 265.3º 0.95% 0.83% -
HSV(B) 265.3º 0.33% 0.99% -
XYZ 57.28 48.82 99.33 -
YUV 189.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 205 170 253 0.19 0.33 0 0.01 265.3 0.95 0.83
Hex CD AA FD 13 21 0 1 109 5F 53
Octal 315 252 375 23 41 0 1 411 137 123
Binary 11001101 10101010 11111101 10011 100001 0 1 100001001 1011111 1010011

Color Harmonies of #CDAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAAFD

Black with #CDAAFD

Text Example


Text Example

White with #CDAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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