Html Css Color HEX #DFB0EA Plum

📋 copy color: '#DFB0EA'

red 223 ◦ green 176 ◦ blue 234

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

Shades of Plum #DFB0EA

Tints of Plum #DFB0EA

RGB

 RED value IS 223 (87.5% from 255) = 35.23%

 GREEN value IS 176 (69.14% from 255) = 27.8%

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 35.23%
G = 27.8%
B = 36.97%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFB0EA (or 0xDFB0EA) is known color: Plum. HEX triplet: DF, B0 and EA. RGB value is (223,176,234). Sum of RGB (Red+Green+Blue) = 223+176+234=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0EA is #204F15. Grayscale: #C4C4C4. Windows color (decimal): -2117398 or 15380703. OLE color: 15380703.

HSL color Cylindrical-coordinate representation of color #DFB0EA: hue angle of 288.62º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB0EA is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 176 234 -
CMYK 0.05 0.25 0 0.08
HSL 288.62º 0.58% 0.8% -
HSV(B) 288.62º 0.25% 0.92% -
XYZ 60.81 52.68 84.81 -
YUV 196.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 223 176 234 0.05 0.25 0 0.08 288.62 0.58 0.8
Hex DF B0 EA 5 19 0 8 121 3A 50
Octal 337 260 352 5 31 0 10 441 72 120
Binary 11011111 10110000 11101010 101 11001 0 1000 100100001 111010 1010000

Color Harmonies of #DFB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0EA

Black with #DFB0EA

Text Example


Text Example

White with #DFB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0EA; }

 p { color: rgb(223,176,234); }

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

background-color css

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

 a { background-color: rgb(223,176,234); }

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

border-color css

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

 span { border-color: rgb(223,176,234); }

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