Html Css Color HEX #CDB0FB Mauve

📋 copy color: '#CDB0FB'

red 205 ◦ green 176 ◦ blue 251

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

Shades of Mauve #CDB0FB

Tints of Mauve #CDB0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.85%

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

R = 32.44%
G = 27.85%
B = 39.72%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDB0FB (or 0xCDB0FB) is known color: Mauve. HEX triplet: CD, B0 and FB. RGB value is (205,176,251). Sum of RGB (Red+Green+Blue) = 205+176+251=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0FB is #324F04. Grayscale: #C0C0C0. Windows color (decimal): -3297029 or 16494797. OLE color: 16494797.

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

Color convert

RGB 205 176 251 -
CMYK 0.18 0.30 0 0.02
HSL 263.2º 0.9% 0.84% -
HSV(B) 263.2º 0.3% 0.98% -
XYZ 58.11 50.99 98.05 -
YUV 193.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 205 176 251 0.18 0.30 0 0.02 263.2 0.9 0.84
Hex CD B0 FB 12 1E 0 2 107 5A 54
Octal 315 260 373 22 36 0 2 407 132 124
Binary 11001101 10110000 11111011 10010 11110 0 10 100000111 1011010 1010100

Color Harmonies of #CDB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB0FB

Black with #CDB0FB

Text Example


Text Example

White with #CDB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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