#DFCDE9

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

Shades of Blue Chalk #DFCDE9

Tints of Blue Chalk #DFCDE9

Color information

#DFCDE9 (or 0xDFCDE9) is unknown color: approx Blue Chalk. HEX triplet: DF, CD and E9. RGB value is (223,205,233). Sum of RGB (Red+Green+Blue) = 223+205+233=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFCDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDE9 is #203216. Grayscale: #D5D5D5. Windows color (decimal): -2109975 or 15322591. OLE color: 15322591.

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

Color convert

RGB223205233-
CMYK0.040.1200.09
HSL278.57º38.89%85.88%-
HSV(B)278.57º12.02%91.37%-
XYZ66.9765.2386.15-
YUV213.57138.96134.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=33.74%
G=31.01%
B=35.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232052330.040.1200.09278.5738.8985.88
HexDFCDE94C091172756
Octal33731535141401142747126
Binary1101111111001101111010011001100010011000101111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDE9; }

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

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

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

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

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

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

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

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