Html Css Color HEX #CDABFB Mauve

📋 copy color: '#CDABFB'

red 205 ◦ green 171 ◦ blue 251

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

Shades of Mauve #CDABFB

Tints of Mauve #CDABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.03%

R = 32.7%
G = 27.27%
B = 40.03%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDABFB (or 0xCDABFB) is known color: Mauve. HEX triplet: CD, AB and FB. RGB value is (205,171,251). Sum of RGB (Red+Green+Blue) = 205+171+251=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABFB is #325404. Grayscale: #BEBEBE. Windows color (decimal): -3298309 or 16493517. OLE color: 16493517.

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

Color convert

RGB 205 171 251 -
CMYK 0.18 0.32 0 0.02
HSL 265.5º 0.91% 0.83% -
HSV(B) 265.5º 0.32% 0.98% -
XYZ 57.15 49.07 97.73 -
YUV 190.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 205 171 251 0.18 0.32 0 0.02 265.5 0.91 0.83
Hex CD AB FB 12 20 0 2 10A 5B 53
Octal 315 253 373 22 40 0 2 412 133 123
Binary 11001101 10101011 11111011 10010 100000 0 10 100001010 1011011 1010011

Color Harmonies of #CDABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDABFB

Black with #CDABFB

Text Example


Text Example

White with #CDABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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