#DFCFE3

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

Shades of Blue Chalk #DFCFE3

Tints of Blue Chalk #DFCFE3

Color information

#DFCFE3 (or 0xDFCFE3) is unknown color: approx Blue Chalk. HEX triplet: DF, CF and E3. RGB value is (223,207,227). Sum of RGB (Red+Green+Blue) = 223+207+227=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFCFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFE3 is #20301C. Grayscale: #D5D5D5. Windows color (decimal): -2109469 or 14929887. OLE color: 14929887.

HSL color Cylindrical-coordinate representation of color #DFCFE3: hue angle of 288º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCFE3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223207227-
CMYK0.020.0900.11
HSL288º26.32%85.1%-
HSV(B)288º8.81%89.02%-
XYZ66.6165.8681.87-
YUV214.06135.3134.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 227 (89.06% from 255) = 34.55%
R=33.94%
G=31.51%
B=34.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232072270.020.0900.1128826.3285.1
HexDFCFE3290B1201a55
Octal33731734321101344032125
Binary11011111110011111110001110100101011100100000110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFE3; }

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

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

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

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

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

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

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

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