#DFBFE8

Color #DFBFE8 Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #DFBFE8

Tints of Blue Chalk #DFBFE8

Color information

#DFBFE8 (or 0xDFBFE8) is unknown color: approx Blue Chalk. HEX triplet: DF, BF and E8. RGB value is (223,191,232). Sum of RGB (Red+Green+Blue) = 223+191+232=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFE8 is #204017. Grayscale: #CDCDCD. Windows color (decimal): -2113560 or 15253471. OLE color: 15253471.

HSL color Cylindrical-coordinate representation of color #DFBFE8: hue angle of 286.83º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFBFE8 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223191232-
CMYK0.040.1800.09
HSL286.83º47.13%82.94%-
HSV(B)286.83º17.67%90.98%-
XYZ63.6358.7884.34-
YUV205.24143.1140.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 191 (75% from 255) = 29.57%
BLUE value IS 232 (91.02% from 255) = 35.91%
R=34.52%
G=29.57%
B=35.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231912320.040.1800.09286.8347.1382.94
HexDFBFE84120911f2f53
Octal33727735042201143757123
Binary11011111101111111110100010010010010011000111111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFE8; }

 p { color: rgb(223,191,232); }

 H1.HeaderClassName
 {
   color: #DFBFE8;
 }
 .AnyTagClassName
 {
   color: #DFBFE8;
 }
</style>
background-color css

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

 a { background-color: rgb(223,191,232); }

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

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

 span { border-color: rgb(223,191,232); }

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