#DFD5E2

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

Shades of Blue Chalk #DFD5E2

Tints of Blue Chalk #DFD5E2

Color information

#DFD5E2 (or 0xDFD5E2) is unknown color: approx Blue Chalk. HEX triplet: DF, D5 and E2. RGB value is (223,213,226). Sum of RGB (Red+Green+Blue) = 223+213+226=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFD5E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5E2 is #202A1D. Grayscale: #D9D9D9. Windows color (decimal): -2107934 or 14865887. OLE color: 14865887.

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

Color convert

RGB223213226-
CMYK0.010.0600.11
HSL286.15º18.31%86.08%-
HSV(B)286.15º5.75%88.63%-
XYZ67.9568.7781.64-
YUV217.47132.81131.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 213 (83.59% from 255) = 32.18%
BLUE value IS 226 (88.67% from 255) = 34.14%
R=33.69%
G=32.18%
B=34.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232132260.010.0600.11286.1518.3186.08
HexDFD5E2160B11e1256
Octal3373253421601343622126
Binary110111111101010111100010111001011100011110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5E2; }

 p { color: rgb(223,213,226); }

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

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

 a { background-color: rgb(223,213,226); }

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

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

 span { border-color: rgb(223,213,226); }

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