Html Css Color HEX #DFB2E7 Plum

📋 copy color: '#DFB2E7'

red 223 ◦ green 178 ◦ blue 231

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

Shades of Plum #DFB2E7

Tints of Plum #DFB2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.55%

R = 35.28%
G = 28.16%
B = 36.55%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFB2E7 (or 0xDFB2E7) is known color: Plum. HEX triplet: DF, B2 and E7. RGB value is (223,178,231). Sum of RGB (Red+Green+Blue) = 223+178+231=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFB2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2E7 is #204D18. Grayscale: #C5C5C5. Windows color (decimal): -2116889 or 15184607. OLE color: 15184607.

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

Color convert

RGB 223 178 231 -
CMYK 0.03 0.23 0 0.09
HSL 290.94º 0.52% 0.8% -
HSV(B) 290.94º 0.23% 0.91% -
XYZ 60.78 53.3 82.69 -
YUV 197.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 223 178 231 0.03 0.23 0 0.09 290.94 0.52 0.8
Hex DF B2 E7 3 17 0 9 123 34 50
Octal 337 262 347 3 27 0 11 443 64 120
Binary 11011111 10110010 11100111 11 10111 0 1001 100100011 110100 1010000

Color Harmonies of #DFB2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2E7

Black with #DFB2E7

Text Example


Text Example

White with #DFB2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2E7; }

 p { color: rgb(223,178,231); }

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

background-color css

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

 a { background-color: rgb(223,178,231); }

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

border-color css

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

 span { border-color: rgb(223,178,231); }

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