Html Css Color HEX #DDBCF3 Mauve

📋 copy color: '#DDBCF3'

red 221 ◦ green 188 ◦ blue 243

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

Shades of Mauve #DDBCF3

Tints of Mauve #DDBCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.27%

R = 33.9%
G = 28.83%
B = 37.27%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDBCF3 (or 0xDDBCF3) is known color: Mauve. HEX triplet: DD, BC and F3. RGB value is (221,188,243). Sum of RGB (Red+Green+Blue) = 221+188+243=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDBCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCF3 is #22430C. Grayscale: #CBCBCB. Windows color (decimal): -2245389 or 15973597. OLE color: 15973597.

HSL color Cylindrical-coordinate representation of color #DDBCF3: hue angle of 276º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDBCF3 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 188 243 -
CMYK 0.09 0.23 0 0.05
HSL 276º 0.7% 0.85% -
HSV(B) 276º 0.23% 0.95% -
XYZ 63.98 57.81 92.58 -
YUV 204.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 221 188 243 0.09 0.23 0 0.05 276 0.7 0.85
Hex DD BC F3 9 17 0 5 114 46 55
Octal 335 274 363 11 27 0 5 424 106 125
Binary 11011101 10111100 11110011 1001 10111 0 101 100010100 1000110 1010101

Color Harmonies of #DDBCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCF3

Black with #DDBCF3

Text Example


Text Example

White with #DDBCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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