Html Css Color HEX #DDB1E8 Plum

📋 copy color: '#DDB1E8'

red 221 ◦ green 177 ◦ blue 232

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

Shades of Plum #DDB1E8

Tints of Plum #DDB1E8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.1%

 BLUE value IS 232 (91.02% from 255) = 36.83%

R = 35.08%
G = 28.1%
B = 36.83%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDB1E8 (or 0xDDB1E8) is known color: Plum. HEX triplet: DD, B1 and E8. RGB value is (221,177,232). Sum of RGB (Red+Green+Blue) = 221+177+232=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDB1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1E8 is #224E17. Grayscale: #C4C4C4. Windows color (decimal): -2248216 or 15249885. OLE color: 15249885.

HSL color Cylindrical-coordinate representation of color #DDB1E8: hue angle of 288º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB1E8 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 177 232 -
CMYK 0.05 0.24 0 0.09
HSL 288º 0.54% 0.8% -
HSV(B) 288º 0.24% 0.91% -
XYZ 60.11 52.64 83.34 -
YUV 196.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 221 177 232 0.05 0.24 0 0.09 288 0.54 0.8
Hex DD B1 E8 5 18 0 9 120 36 50
Octal 335 261 350 5 30 0 11 440 66 120
Binary 11011101 10110001 11101000 101 11000 0 1001 100100000 110110 1010000

Color Harmonies of #DDB1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1E8

Black with #DDB1E8

Text Example


Text Example

White with #DDB1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1E8; }

 p { color: rgb(221,177,232); }

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

background-color css

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

 a { background-color: rgb(221,177,232); }

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

border-color css

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

 span { border-color: rgb(221,177,232); }

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