#DFD1E4

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

Shades of Blue Chalk #DFD1E4

Tints of Blue Chalk #DFD1E4

Color information

#DFD1E4 (or 0xDFD1E4) is unknown color: approx Blue Chalk. HEX triplet: DF, D1 and E4. RGB value is (223,209,228). Sum of RGB (Red+Green+Blue) = 223+209+228=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFD1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1E4 is #202E1B. Grayscale: #D7D7D7. Windows color (decimal): -2108956 or 14995935. OLE color: 14995935.

HSL color Cylindrical-coordinate representation of color #DFD1E4: hue angle of 284.21º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD1E4 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223209228-
CMYK0.020.0800.11
HSL284.21º26.03%85.69%-
HSV(B)284.21º8.33%89.41%-
XYZ67.2466.8982.77-
YUV215.35135.14133.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 209 (82.03% from 255) = 31.67%
BLUE value IS 228 (89.45% from 255) = 34.55%
R=33.79%
G=31.67%
B=34.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232092280.020.0800.11284.2126.0385.69
HexDFD1E4280B11c1a56
Octal33732134421001343432126
Binary11011111110100011110010010100001011100011100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1E4; }

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

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

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

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

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

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

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

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