Html Css Color HEX #DDB2EE Mauve

📋 copy color: '#DDB2EE'

red 221 ◦ green 178 ◦ blue 238

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

Shades of Mauve #DDB2EE

Tints of Mauve #DDB2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.94%

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 34.69%
G = 27.94%
B = 37.36%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDB2EE (or 0xDDB2EE) is known color: Mauve. HEX triplet: DD, B2 and EE. RGB value is (221,178,238). Sum of RGB (Red+Green+Blue) = 221+178+238=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2EE is #224D11. Grayscale: #C5C5C5. Windows color (decimal): -2247954 or 15643357. OLE color: 15643357.

HSL color Cylindrical-coordinate representation of color #DDB2EE: hue angle of 283º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB2EE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 178 238 -
CMYK 0.07 0.25 0 0.07
HSL 283º 0.64% 0.82% -
HSV(B) 283º 0.25% 0.93% -
XYZ 61.17 53.39 87.97 -
YUV 197.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 221 178 238 0.07 0.25 0 0.07 283 0.64 0.82
Hex DD B2 EE 7 19 0 7 11B 40 52
Octal 335 262 356 7 31 0 7 433 100 122
Binary 11011101 10110010 11101110 111 11001 0 111 100011011 1000000 1010010

Color Harmonies of #DDB2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2EE

Black with #DDB2EE

Text Example


Text Example

White with #DDB2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2EE; }

 p { color: rgb(221,178,238); }

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

background-color css

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

 a { background-color: rgb(221,178,238); }

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

border-color css

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

 span { border-color: rgb(221,178,238); }

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