#DFD0E7

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

Shades of Blue Chalk #DFD0E7

Tints of Blue Chalk #DFD0E7

Color information

#DFD0E7 (or 0xDFD0E7) is unknown color: approx Blue Chalk. HEX triplet: DF, D0 and E7. RGB value is (223,208,231). Sum of RGB (Red+Green+Blue) = 223+208+231=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFD0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD0E7 is #202F18. Grayscale: #D7D7D7. Windows color (decimal): -2109209 or 15192287. OLE color: 15192287.

HSL color Cylindrical-coordinate representation of color #DFD0E7: hue angle of 279.13º degrees, saturation: 0.32, 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 #DFD0E7 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223208231-
CMYK0.030.1000.09
HSL279.13º32.39%86.08%-
HSV(B)279.13º9.96%90.59%-
XYZ67.4166.5784.9-
YUV215.11136.97133.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 208 (81.64% from 255) = 31.42%
BLUE value IS 231 (90.62% from 255) = 34.89%
R=33.69%
G=31.42%
B=34.89%

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
Decimal2232082310.030.1000.09279.1332.3986.08
HexDFD0E73A091172056
Octal33732034731201142740126
Binary110111111101000011100111111010010011000101111000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0E7; }

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

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

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

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

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

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

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

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