Html Css Color HEX #CDB0FF Mauve

📋 copy color: '#CDB0FF'

red 205 ◦ green 176 ◦ blue 255

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

Shades of Mauve #CDB0FF

Tints of Mauve #CDB0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.09%

R = 32.23%
G = 27.67%
B = 40.09%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CDB0FF (or 0xCDB0FF) is known color: Mauve. HEX triplet: CD, B0 and FF. RGB value is (205,176,255). Sum of RGB (Red+Green+Blue) = 205+176+255=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0FF is #324F00. Grayscale: #C1C1C1. Windows color (decimal): -3297025 or 16756941. OLE color: 16756941.

HSL color Cylindrical-coordinate representation of color #CDB0FF: hue angle of 262.03º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDB0FF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 205 176 255 -
CMYK 0.20 0.31 0 0
HSL 262.03º 1% 0.85% -
HSV(B) 262.03º 0.31% 1% -
XYZ 58.75 51.25 101.4 -
YUV 193.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 205 176 255 0.20 0.31 0 0 262.03 1 0.85
Hex CD B0 FF 14 1F 0 0 106 64 55
Octal 315 260 377 24 37 0 0 406 144 125
Binary 11001101 10110000 11111111 10100 11111 0 0 100000110 1100100 1010101

Color Harmonies of #CDB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB0FF

Black with #CDB0FF

Text Example


Text Example

White with #CDB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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