Html Css Color HEX #DDBDFC Mauve

📋 copy color: '#DDBDFC'

red 221 ◦ green 189 ◦ blue 252

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

Shades of Mauve #DDBDFC

Tints of Mauve #DDBDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.55%

 BLUE value IS 252 (98.83% from 255) = 38.07%

R = 33.38%
G = 28.55%
B = 38.07%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDBDFC (or 0xDDBDFC) is known color: Mauve. HEX triplet: DD, BD and FC. RGB value is (221,189,252). Sum of RGB (Red+Green+Blue) = 221+189+252=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDFC is #224203. Grayscale: #CDCDCD. Windows color (decimal): -2245124 or 16563677. OLE color: 16563677.

HSL color Cylindrical-coordinate representation of color #DDBDFC: hue angle of 270.48º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBDFC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 189 252 -
CMYK 0.12 0.25 0 0.01
HSL 270.48º 0.91% 0.86% -
HSV(B) 270.48º 0.25% 0.99% -
XYZ 65.59 58.8 99.99 -
YUV 205.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 221 189 252 0.12 0.25 0 0.01 270.48 0.91 0.86
Hex DD BD FC C 19 0 1 10E 5B 56
Octal 335 275 374 14 31 0 1 416 133 126
Binary 11011101 10111101 11111100 1100 11001 0 1 100001110 1011011 1010110

Color Harmonies of #DDBDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDFC

Black with #DDBDFC

Text Example


Text Example

White with #DDBDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDFC; }

 p { color: rgb(221,189,252); }

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

background-color css

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

 a { background-color: rgb(221,189,252); }

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

border-color css

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

 span { border-color: rgb(221,189,252); }

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