Html Css Color HEX #CDA6FB Mauve

📋 copy color: '#CDA6FB'

red 205 ◦ green 166 ◦ blue 251

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

Shades of Mauve #CDA6FB

Tints of Mauve #CDA6FB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.69%

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

R = 32.96%
G = 26.69%
B = 40.35%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDA6FB (or 0xCDA6FB) is known color: Mauve. HEX triplet: CD, A6 and FB. RGB value is (205,166,251). Sum of RGB (Red+Green+Blue) = 205+166+251=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDA6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA6FB is #325904. Grayscale: #BBBBBB. Windows color (decimal): -3299589 or 16492237. OLE color: 16492237.

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

Color convert

RGB 205 166 251 -
CMYK 0.18 0.34 0 0.02
HSL 267.53º 0.91% 0.82% -
HSV(B) 267.53º 0.34% 0.98% -
XYZ 56.23 47.22 97.42 -
YUV 187.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 205 166 251 0.18 0.34 0 0.02 267.53 0.91 0.82
Hex CD A6 FB 12 22 0 2 10C 5B 52
Octal 315 246 373 22 42 0 2 414 133 122
Binary 11001101 10100110 11111011 10010 100010 0 10 100001100 1011011 1010010

Color Harmonies of #CDA6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6FB

Black with #CDA6FB

Text Example


Text Example

White with #CDA6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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