#DFD0E9

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

Shades of Blue Chalk #DFD0E9

Tints of Blue Chalk #DFD0E9

Color information

#DFD0E9 (or 0xDFD0E9) is unknown color: approx Blue Chalk. HEX triplet: DF, D0 and E9. RGB value is (223,208,233). Sum of RGB (Red+Green+Blue) = 223+208+233=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFD0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD0E9 is #202F16. Grayscale: #D7D7D7. Windows color (decimal): -2109207 or 15323359. OLE color: 15323359.

HSL color Cylindrical-coordinate representation of color #DFD0E9: hue angle of 276º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFD0E9 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223208233-
CMYK0.040.1100.09
HSL276º36.23%86.47%-
HSV(B)276º10.73%91.37%-
XYZ67.766.6886.39-
YUV215.33137.97133.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 208 (81.64% from 255) = 31.33%
BLUE value IS 233 (91.41% from 255) = 35.09%
R=33.58%
G=31.33%
B=35.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232082330.040.1100.0927636.2386.47
HexDFD0E94B091142456
Octal33732035141301142444126
Binary1101111111010000111010011001011010011000101001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0E9; }

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

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

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

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

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

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

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

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