Html Css Color HEX #CDB1FA Mauve

📋 copy color: '#CDB1FA'

red 205 ◦ green 177 ◦ blue 250

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

Shades of Mauve #CDB1FA

Tints of Mauve #CDB1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.01%

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 32.44%
G = 28.01%
B = 39.56%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDB1FA (or 0xCDB1FA) is known color: Mauve. HEX triplet: CD, B1 and FA. RGB value is (205,177,250). Sum of RGB (Red+Green+Blue) = 205+177+250=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDB1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB1FA is #324E05. Grayscale: #C1C1C1. Windows color (decimal): -3296774 or 16429517. OLE color: 16429517.

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

Color convert

RGB 205 177 250 -
CMYK 0.18 0.29 0 0.02
HSL 263.01º 0.88% 0.84% -
HSV(B) 263.01º 0.29% 0.98% -
XYZ 58.15 51.33 97.28 -
YUV 193.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 205 177 250 0.18 0.29 0 0.02 263.01 0.88 0.84
Hex CD B1 FA 12 1D 0 2 107 58 54
Octal 315 261 372 22 35 0 2 407 130 124
Binary 11001101 10110001 11111010 10010 11101 0 10 100000111 1011000 1010100

Color Harmonies of #CDB1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB1FA

Black with #CDB1FA

Text Example


Text Example

White with #CDB1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB1FA; }

 p { color: rgb(205,177,250); }

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

background-color css

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

 a { background-color: rgb(205,177,250); }

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

border-color css

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

 span { border-color: rgb(205,177,250); }

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