#DFCFE8

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

Shades of Blue Chalk #DFCFE8

Tints of Blue Chalk #DFCFE8

Color information

#DFCFE8 (or 0xDFCFE8) is unknown color: approx Blue Chalk. HEX triplet: DF, CF and E8. RGB value is (223,207,232). Sum of RGB (Red+Green+Blue) = 223+207+232=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFCFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFE8 is #203017. Grayscale: #D6D6D6. Windows color (decimal): -2109464 or 15257567. OLE color: 15257567.

HSL color Cylindrical-coordinate representation of color #DFCFE8: hue angle of 278.4º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCFE8 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223207232-
CMYK0.040.1100.09
HSL278.4º35.21%86.08%-
HSV(B)278.4º10.78%90.98%-
XYZ67.3166.1485.56-
YUV214.63137.8133.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 232 (91.02% from 255) = 35.05%
R=33.69%
G=31.27%
B=35.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232072320.040.1100.09278.435.2186.08
HexDFCFE84B091162356
Octal33731735041301142643126
Binary1101111111001111111010001001011010011000101101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFE8; }

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

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

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

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

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

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

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

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