#DFD1EB

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

Shades of Blue Chalk #DFD1EB

Tints of Blue Chalk #DFD1EB

Color information

#DFD1EB (or 0xDFD1EB) is unknown color: approx Blue Chalk. HEX triplet: DF, D1 and EB. RGB value is (223,209,235). Sum of RGB (Red+Green+Blue) = 223+209+235=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFD1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD1EB is #202E14. Grayscale: #D8D8D8. Windows color (decimal): -2108949 or 15454687. OLE color: 15454687.

HSL color Cylindrical-coordinate representation of color #DFD1EB: hue angle of 272.31º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFD1EB is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223209235-
CMYK0.050.1100.08
HSL272.31º39.39%87.06%-
HSV(B)272.31º11.06%92.16%-
XYZ68.2367.2987.99-
YUV216.15138.64132.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 209 (82.03% from 255) = 31.33%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=33.43%
G=31.33%
B=35.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232092350.050.1100.08272.3139.3987.06
HexDFD1EB5B081102757
Octal33732135351301042047127
Binary1101111111010001111010111011011010001000100001001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1EB; }

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

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

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

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

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

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

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

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