#DFD1E6

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

Shades of Blue Chalk #DFD1E6

Tints of Blue Chalk #DFD1E6

Color information

#DFD1E6 (or 0xDFD1E6) is unknown color: approx Blue Chalk. HEX triplet: DF, D1 and E6. RGB value is (223,209,230). Sum of RGB (Red+Green+Blue) = 223+209+230=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFD1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD1E6 is #202E19. Grayscale: #D7D7D7. Windows color (decimal): -2108954 or 15127007. OLE color: 15127007.

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

Color convert

RGB223209230-
CMYK0.030.0900.10
HSL280º29.58%86.08%-
HSV(B)280º9.13%90.2%-
XYZ67.516784.24-
YUV215.58136.14133.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 209 (82.03% from 255) = 31.57%
BLUE value IS 230 (90.23% from 255) = 34.74%
R=33.69%
G=31.57%
B=34.74%

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
Decimal2232092300.030.0900.1028029.5886.08
HexDFD1E6390A1181e56
Octal33732134631101243036126
Binary11011111110100011110011011100101010100011000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1E6; }

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

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

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

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

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

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

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

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