Html Css Color HEX #CDABFD Mauve

📋 copy color: '#CDABFD'

red 205 ◦ green 171 ◦ blue 253

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

Shades of Mauve #CDABFD

Tints of Mauve #CDABFD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.19%

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

R = 32.59%
G = 27.19%
B = 40.22%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CDABFD (or 0xCDABFD) is known color: Mauve. HEX triplet: CD, AB and FD. RGB value is (205,171,253). Sum of RGB (Red+Green+Blue) = 205+171+253=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABFD is #325402. Grayscale: #BEBEBE. Windows color (decimal): -3298307 or 16624589. OLE color: 16624589.

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

Color convert

RGB 205 171 253 -
CMYK 0.19 0.32 0 0.01
HSL 264.88º 0.95% 0.83% -
HSV(B) 264.88º 0.32% 0.99% -
XYZ 57.47 49.2 99.4 -
YUV 190.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 205 171 253 0.19 0.32 0 0.01 264.88 0.95 0.83
Hex CD AB FD 13 20 0 1 109 5F 53
Octal 315 253 375 23 40 0 1 411 137 123
Binary 11001101 10101011 11111101 10011 100000 0 1 100001001 1011111 1010011

Color Harmonies of #CDABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDABFD

Black with #CDABFD

Text Example


Text Example

White with #CDABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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