#DFD0EC

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

Shades of Blue Chalk #DFD0EC

Tints of Blue Chalk #DFD0EC

Color information

#DFD0EC (or 0xDFD0EC) is unknown color: approx Blue Chalk. HEX triplet: DF, D0 and EC. RGB value is (223,208,236). Sum of RGB (Red+Green+Blue) = 223+208+236=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD0EC is #202F13. Grayscale: #D7D7D7. Windows color (decimal): -2109204 or 15519967. OLE color: 15519967.

HSL color Cylindrical-coordinate representation of color #DFD0EC: hue angle of 272.14º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFD0EC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223208236-
CMYK0.060.1200.07
HSL272.14º42.42%87.06%-
HSV(B)272.14º11.86%92.55%-
XYZ68.1366.8688.67-
YUV215.68139.47133.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=33.43%
G=31.18%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232082360.060.1200.07272.1442.4287.06
HexDFD0EC6C071102a57
Octal3373203546140742052127
Binary110111111101000011101100110110001111000100001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0EC; }

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

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

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

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

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

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

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

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