Html Css Color HEX #CDB0F8 Mauve

📋 copy color: '#CDB0F8'

red 205 ◦ green 176 ◦ blue 248

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

Shades of Mauve #CDB0F8

Tints of Mauve #CDB0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.43%

R = 32.59%
G = 27.98%
B = 39.43%

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

#CDB0F8 (or 0xCDB0F8) is known color: Mauve. HEX triplet: CD, B0 and F8. RGB value is (205,176,248). Sum of RGB (Red+Green+Blue) = 205+176+248=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDB0F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0F8 is #324F07. Grayscale: #C0C0C0. Windows color (decimal): -3297032 or 16298189. OLE color: 16298189.

HSL color Cylindrical-coordinate representation of color #CDB0F8: hue angle of 264.17º degrees, saturation: 0.84, 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 #CDB0F8 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 176 248 -
CMYK 0.17 0.29 0 0.03
HSL 264.17º 0.84% 0.83% -
HSV(B) 264.17º 0.29% 0.97% -
XYZ 57.65 50.81 95.58 -
YUV 192.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 205 176 248 0.17 0.29 0 0.03 264.17 0.84 0.83
Hex CD B0 F8 11 1D 0 3 108 54 53
Octal 315 260 370 21 35 0 3 410 124 123
Binary 11001101 10110000 11111000 10001 11101 0 11 100001000 1010100 1010011

Color Harmonies of #CDB0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB0F8

Black with #CDB0F8

Text Example


Text Example

White with #CDB0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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