Html Css Color HEX #CDABFC Mauve

📋 copy color: '#CDABFC'

red 205 ◦ green 171 ◦ blue 252

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

Shades of Mauve #CDABFC

Tints of Mauve #CDABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.13%

R = 32.64%
G = 27.23%
B = 40.13%

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

#CDABFC (or 0xCDABFC) is known color: Mauve. HEX triplet: CD, AB and FC. RGB value is (205,171,252). Sum of RGB (Red+Green+Blue) = 205+171+252=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABFC is #325403. Grayscale: #BEBEBE. Windows color (decimal): -3298308 or 16559053. OLE color: 16559053.

HSL color Cylindrical-coordinate representation of color #CDABFC: hue angle of 265.19º degrees, saturation: 0.93, 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 #CDABFC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 205 171 252 -
CMYK 0.19 0.32 0 0.01
HSL 265.19º 0.93% 0.83% -
HSV(B) 265.19º 0.32% 0.99% -
XYZ 57.31 49.13 98.56 -
YUV 190.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 205 171 252 0.19 0.32 0 0.01 265.19 0.93 0.83
Hex CD AB FC 13 20 0 1 109 5D 53
Octal 315 253 374 23 40 0 1 411 135 123
Binary 11001101 10101011 11111100 10011 100000 0 1 100001001 1011101 1010011

Color Harmonies of #CDABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDABFC

Black with #CDABFC

Text Example


Text Example

White with #CDABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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