#DFC9EF

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

Shades of Blue Chalk #DFC9EF

Tints of Blue Chalk #DFC9EF

Color information

#DFC9EF (or 0xDFC9EF) is unknown color: approx Blue Chalk. HEX triplet: DF, C9 and EF. RGB value is (223,201,239). Sum of RGB (Red+Green+Blue) = 223+201+239=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9EF is #203610. Grayscale: #D3D3D3. Windows color (decimal): -2110993 or 15714783. OLE color: 15714783.

HSL color Cylindrical-coordinate representation of color #DFC9EF: hue angle of 274.74º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC9EF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223201239-
CMYK0.070.1600.06
HSL274.74º54.29%86.27%-
HSV(B)274.74º15.9%93.73%-
XYZ66.963.6990.43-
YUV211.91143.29135.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 201 (78.91% from 255) = 30.32%
BLUE value IS 239 (93.75% from 255) = 36.05%
R=33.63%
G=30.32%
B=36.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232012390.070.1600.06274.7454.2986.27
HexDFC9EF710061133656
Octal3373113577200642366126
Binary1101111111001001111011111111000001101000100111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9EF; }

 p { color: rgb(223,201,239); }

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

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

 a { background-color: rgb(223,201,239); }

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

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

 span { border-color: rgb(223,201,239); }

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