#DFC7EE

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

Shades of Blue Chalk #DFC7EE

Tints of Blue Chalk #DFC7EE

Color information

#DFC7EE (or 0xDFC7EE) is unknown color: approx Blue Chalk. HEX triplet: DF, C7 and EE. RGB value is (223,199,238). Sum of RGB (Red+Green+Blue) = 223+199+238=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7EE is #203811. Grayscale: #D2D2D2. Windows color (decimal): -2111506 or 15648735. OLE color: 15648735.

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

Color convert

RGB223199238-
CMYK0.060.1600.07
HSL276.92º53.42%85.69%-
HSV(B)276.92º16.39%93.33%-
XYZ66.2962.7189.5-
YUV210.62143.45136.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 199 (78.12% from 255) = 30.15%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=33.79%
G=30.15%
B=36.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231992380.060.1600.07276.9253.4285.69
HexDFC7EE610071153556
Octal3373073566200742565126
Binary1101111111000111111011101101000001111000101011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7EE; }

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

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

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

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

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

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

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

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