#DFD0E5

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

Shades of Blue Chalk #DFD0E5

Tints of Blue Chalk #DFD0E5

Color information

#DFD0E5 (or 0xDFD0E5) is unknown color: approx Blue Chalk. HEX triplet: DF, D0 and E5. RGB value is (223,208,229). Sum of RGB (Red+Green+Blue) = 223+208+229=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFD0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0E5 is #202F1A. Grayscale: #D6D6D6. Windows color (decimal): -2109211 or 15061215. OLE color: 15061215.

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

Color convert

RGB223208229-
CMYK0.030.0900.10
HSL282.86º28.77%85.69%-
HSV(B)282.86º9.17%89.8%-
XYZ67.1366.4683.42-
YUV214.88135.97133.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 208 (81.64% from 255) = 31.52%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=33.79%
G=31.52%
B=34.70%

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
Decimal2232082290.030.0900.10282.8628.7785.69
HexDFD0E5390A11b1d56
Octal33732034531101243335126
Binary11011111110100001110010111100101010100011011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0E5; }

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

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

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

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

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

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

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

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