Html Css Color HEX #DDBCF0 Mauve

📋 copy color: '#DDBCF0'

red 221 ◦ green 188 ◦ blue 240

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

Shades of Mauve #DDBCF0

Tints of Mauve #DDBCF0

RGB

 RED value IS 221 (86.72% from 255) = 34.05%

 GREEN value IS 188 (73.83% from 255) = 28.97%

 BLUE value IS 240 (94.14% from 255) = 36.98%

R = 34.05%
G = 28.97%
B = 36.98%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDBCF0 (or 0xDDBCF0) is known color: Mauve. HEX triplet: DD, BC and F0. RGB value is (221,188,240). Sum of RGB (Red+Green+Blue) = 221+188+240=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDBCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCF0 is #22430F. Grayscale: #CBCBCB. Windows color (decimal): -2245392 or 15776989. OLE color: 15776989.

HSL color Cylindrical-coordinate representation of color #DDBCF0: hue angle of 278.08º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBCF0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 188 240 -
CMYK 0.08 0.22 0 0.06
HSL 278.08º 0.63% 0.84% -
HSV(B) 278.08º 0.22% 0.94% -
XYZ 63.53 57.63 90.21 -
YUV 203.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 221 188 240 0.08 0.22 0 0.06 278.08 0.63 0.84
Hex DD BC F0 8 16 0 6 116 3F 54
Octal 335 274 360 10 26 0 6 426 77 124
Binary 11011101 10111100 11110000 1000 10110 0 110 100010110 111111 1010100

Color Harmonies of #DDBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCF0

Black with #DDBCF0

Text Example


Text Example

White with #DDBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCF0; }

 p { color: rgb(221,188,240); }

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

background-color css

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

 a { background-color: rgb(221,188,240); }

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

border-color css

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

 span { border-color: rgb(221,188,240); }

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