Html Css Color HEX #CDB0F7 Mauve

📋 copy color: '#CDB0F7'

red 205 ◦ green 176 ◦ blue 247

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

Shades of Mauve #CDB0F7

Tints of Mauve #CDB0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.33%

R = 32.64%
G = 28.03%
B = 39.33%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CDB0F7 (or 0xCDB0F7) is known color: Mauve. HEX triplet: CD, B0 and F7. RGB value is (205,176,247). Sum of RGB (Red+Green+Blue) = 205+176+247=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDB0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0F7 is #324F08. Grayscale: #C0C0C0. Windows color (decimal): -3297033 or 16232653. OLE color: 16232653.

HSL color Cylindrical-coordinate representation of color #CDB0F7: hue angle of 264.51º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDB0F7 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 176 247 -
CMYK 0.17 0.29 0 0.03
HSL 264.51º 0.82% 0.83% -
HSV(B) 264.51º 0.29% 0.97% -
XYZ 57.49 50.75 94.76 -
YUV 192.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 205 176 247 0.17 0.29 0 0.03 264.51 0.82 0.83
Hex CD B0 F7 11 1D 0 3 109 52 53
Octal 315 260 367 21 35 0 3 411 122 123
Binary 11001101 10110000 11110111 10001 11101 0 11 100001001 1010010 1010011

Color Harmonies of #CDB0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB0F7

Black with #CDB0F7

Text Example


Text Example

White with #CDB0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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