Html Css Color HEX #CD9FFB Mauve

📋 copy color: '#CD9FFB'

red 205 ◦ green 159 ◦ blue 251

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

Shades of Mauve #CD9FFB

Tints of Mauve #CD9FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.85%

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

R = 33.33%
G = 25.85%
B = 40.81%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CD9FFB (or 0xCD9FFB) is known color: Mauve. HEX triplet: CD, 9F and FB. RGB value is (205,159,251). Sum of RGB (Red+Green+Blue) = 205+159+251=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9FFB is #326004. Grayscale: #B6B6B6. Windows color (decimal): -3301381 or 16490445. OLE color: 16490445.

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

Color convert

RGB 205 159 251 -
CMYK 0.18 0.37 0 0.02
HSL 270º 0.92% 0.8% -
HSV(B) 270º 0.37% 0.98% -
XYZ 54.99 44.74 97 -
YUV 183.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 205 159 251 0.18 0.37 0 0.02 270 0.92 0.8
Hex CD 9F FB 12 25 0 2 10E 5C 50
Octal 315 237 373 22 45 0 2 416 134 120
Binary 11001101 10011111 11111011 10010 100101 0 10 100001110 1011100 1010000

Color Harmonies of #CD9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9FFB

Black with #CD9FFB

Text Example


Text Example

White with #CD9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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