#DFD1E7

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

Shades of Blue Chalk #DFD1E7

Tints of Blue Chalk #DFD1E7

Color information

#DFD1E7 (or 0xDFD1E7) is unknown color: approx Blue Chalk. HEX triplet: DF, D1 and E7. RGB value is (223,209,231). Sum of RGB (Red+Green+Blue) = 223+209+231=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFD1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD1E7 is #202E18. Grayscale: #D7D7D7. Windows color (decimal): -2108953 or 15192543. OLE color: 15192543.

HSL color Cylindrical-coordinate representation of color #DFD1E7: hue angle of 278.18º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD1E7 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223209231-
CMYK0.030.1000.09
HSL278.18º31.43%86.27%-
HSV(B)278.18º9.52%90.59%-
XYZ67.6667.0684.98-
YUV215.69136.64133.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 209 (82.03% from 255) = 31.52%
BLUE value IS 231 (90.62% from 255) = 34.84%
R=33.63%
G=31.52%
B=34.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232092310.030.1000.09278.1831.4386.27
HexDFD1E73A091161f56
Octal33732134731201142637126
Binary11011111110100011110011111101001001100010110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1E7; }

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

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

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

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

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

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

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

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