#DFC7EF

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

Shades of Blue Chalk #DFC7EF

Tints of Blue Chalk #DFC7EF

Color information

#DFC7EF (or 0xDFC7EF) is unknown color: approx Blue Chalk. HEX triplet: DF, C7 and EF. RGB value is (223,199,239). Sum of RGB (Red+Green+Blue) = 223+199+239=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7EF is #203810. Grayscale: #D2D2D2. Windows color (decimal): -2111505 or 15714271. OLE color: 15714271.

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

Color convert

RGB223199239-
CMYK0.070.1700.06
HSL276º55.56%85.88%-
HSV(B)276º16.74%93.73%-
XYZ66.4362.7790.28-
YUV210.74143.95136.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 199 (78.12% from 255) = 30.11%
BLUE value IS 239 (93.75% from 255) = 36.16%
R=33.74%
G=30.11%
B=36.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231992390.070.1700.0627655.5685.88
HexDFC7EF711061143856
Octal3373073577210642470126
Binary1101111111000111111011111111000101101000101001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7EF; }

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

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

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

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

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

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

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

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