#DFD1E5

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

Shades of Blue Chalk #DFD1E5

Tints of Blue Chalk #DFD1E5

Color information

#DFD1E5 (or 0xDFD1E5) is unknown color: approx Blue Chalk. HEX triplet: DF, D1 and E5. RGB value is (223,209,229). Sum of RGB (Red+Green+Blue) = 223+209+229=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFD1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1E5 is #202E1A. Grayscale: #D7D7D7. Windows color (decimal): -2108955 or 15061471. OLE color: 15061471.

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

Color convert

RGB223209229-
CMYK0.030.0900.10
HSL282º27.78%85.88%-
HSV(B)282º8.73%89.8%-
XYZ67.3766.9583.5-
YUV215.47135.64133.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 209 (82.03% from 255) = 31.62%
BLUE value IS 229 (89.84% from 255) = 34.64%
R=33.74%
G=31.62%
B=34.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232092290.030.0900.1028227.7885.88
HexDFD1E5390A11a1c56
Octal33732134531101243234126
Binary11011111110100011110010111100101010100011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1E5; }

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

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

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

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

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

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

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

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