#DFCFE7

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

Shades of Blue Chalk #DFCFE7

Tints of Blue Chalk #DFCFE7

Color information

#DFCFE7 (or 0xDFCFE7) is unknown color: approx Blue Chalk. HEX triplet: DF, CF and E7. RGB value is (223,207,231). Sum of RGB (Red+Green+Blue) = 223+207+231=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFCFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFE7 is #203018. Grayscale: #D6D6D6. Windows color (decimal): -2109465 or 15192031. OLE color: 15192031.

HSL color Cylindrical-coordinate representation of color #DFCFE7: hue angle of 280º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCFE7 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223207231-
CMYK0.030.1000.09
HSL280º33.33%85.88%-
HSV(B)280º10.39%90.59%-
XYZ67.1766.0884.82-
YUV214.52137.3134.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=33.74%
G=31.32%
B=34.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232072310.030.1000.0928033.3385.88
HexDFCFE73A091182156
Octal33731734731201143041126
Binary110111111100111111100111111010010011000110001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFE7; }

 p { color: rgb(223,207,231); }

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

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

 a { background-color: rgb(223,207,231); }

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

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

 span { border-color: rgb(223,207,231); }

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